文件系统对象的删除事件。
- 继承
-
- Object
- FileSystemEvent
- FileSystemDeleteEvent
构造函数
- FileSystemDeleteEvent(String path, bool isDirectory)
- 构建一个新的 FileSystemDeleteEvent。
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- isDirectory → bool
- 文件系统对象是否是目录。无设置器重写
- path → String
- 触发事件的路径。final继承
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
- type → int
- 事件的类型。有关事件列表,请参阅 FileSystemEvent。final继承
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时被调用。继承
-
toString(
) → String - 此对象的字符串表示。重写
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承