FileSystemDeleteEventfinal

文件系统对象的删除事件。

继承

构造函数

FileSystemDeleteEvent(String path, bool isDirectory)
构造一个新的 FileSystemDeleteEvent

属性

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

方法

no Such Method(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示形式。
覆盖

运算符

operator ==(Object other) bool
等号运算符。
继承