FileSystemMoveEventfinal

文件系统移动事件。

继承

构造函数

FileSystemMoveEvent(String path, bool isDirectory, String? destination)
构造一个新的 FileSystemMoveEvent

属性

destination String?
正在移动的文件的目标路径。
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