FileSystemModifyEventfinal

文件系统事件,用于文件系统对象的修改。

继承

构造函数

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

属性

contentChanged bool
如果内容已更改并且不仅仅是属性,则 contentChangedtrue
final
hashCode int
此对象的哈希码。
no setterinherited
isDirectory bool
如果事件目标是目录,则为 true
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