FileSystemCreateEventfinal

用于新创建的文件系统对象的文件系统事件。

继承

构造函数

FileSystemCreateEvent(String path, bool isDirectory

)
创建一个新的 FileSystemCreateEvent 对象。

属性

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