文件系统对象的移动事件。
- 继承
-
- Object
- FileSystemEvent
- FileSystemMoveEvent
构造函数
- FileSystemMoveEvent(String path, bool isDirectory, String? destination)
- 构造一个新的 FileSystemMoveEvent。
属性
- destination → String?
- 正在移动的文件的目标路径。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