FileSystemEvent密封

FileSystemEntity.watch 触发的基本事件类。

实现者

属性

hashCode int
此对象的哈希码。
无设置器继承
isDirectory bool
如果事件目标是目录,则为 true
final
path String
触发事件的路徑。
final
runtimeType Type
对象的运行时类型的表示。
无设置器继承
type int
事件的类型。有关事件列表,请参阅 FileSystemEvent
final

方法

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

运算符

operator ==(Object other) bool
相等地。
继承

常量

all → const int
FileSystemEntity.watch 设置的位字段,用于启用 createmodifydeletemove
create → const int
FileSystemEntity.watch 设置的位字段,用于启用 FileSystemCreateEvent
delete → const int
FileSystemEntity.watch 设置的位字段,用于启用 FileSystemDeleteEvent
modify → const int
FileSystemEntity.watch 设置的位字段,用于启用 FileSystemModifyEvent
move → const int
FileSystemEntity.watch 设置的位字段,用于启用 FileSystemMoveEvent