FileSystemCreateEventfinal

为新创建的文件系统对象提供事件。

继承

构造函数

FileSystemCreateEvent(String path, bool isDirectory)
构建一个新的 FileSystemCreateEvent

属性

hashCode int
此对象的哈希码。
无设置器继承
isDirectory bool
事件目标是否为目录。
final继承
path String
触发事件的路径。
final继承
runtimeType Type
对象的运行时类型的表示。
无设置器继承
type int
事件的类型。请参阅 FileSystemEvent 获取事件列表。
final继承

方法

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

操作符

operator ==(Object other) bool
相等操作符。
继承