FileSystemModifyEventfinal

文件系统对象的修改事件。

继承

构造函数

FileSystemModifyEvent(String path, bool isDirectory, bool contentChanged)
构建一个新的 FileSystemModifyEvent

属性

contentChanged bool
如果内容已更改(而不仅仅是属性),则 contentChangedtrue
final
hashCode int
此对象的哈希码。
no setterinherited
isDirectory bool
事件目标是否为目录。
finalinherited
path String
触发事件的路径。
finalinherited
runtimeType Type
对象的运行时类型的表示。
no setterinherited
type int
事件的类型。有关事件的列表,请参阅 FileSystemEvent
finalinherited

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
inherited
toString() String
此对象的字符串表示。
override

操作符

operator ==(Object other) bool
等号操作符。
inherited