由 FileSystemEntity.watch 发出的基本事件类。
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- isDirectory → bool
- 事件目标是否为目录。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 的位字段,用于启用 create、modify、delete 和 move。
- create → const int
- 用于 FileSystemEntity.watch 的位字段,用于启用 FileSystemCreateEvent。
- delete → const int
- 用于 FileSystemEntity.watch 的位字段,用于启用 FileSystemDeleteEvent。
- modify → const int
- 用于 FileSystemEntity.watch 的位字段,用于启用 FileSystemModifyEvent。
- move → const int
- 用于 FileSystemEntity.watch 的位字段,用于启用 FileSystemMoveEvent。