Entry 类
- 实现
- 注释
-
- @Native("Entry,webkitFileSystemEntry,FileSystemEntry")
属性
- filesystem → FileSystem?
-
不可设置
- fullPath → String?
-
不可设置
- hashCode → int
- 此对象的哈希码。不可设置继承
- isDirectory → bool?
-
不可设置
- isFile → bool?
-
不可设置
- name → String?
-
不可设置
- runtimeType → Type
- 对象的运行时类型的表示。不可设置继承
方法
-
copyTo(
DirectoryEntry parent, {String? name}) → Future< Entry> -
getMetadata(
) → Future< Metadata> -
getParent(
) → Future< Entry> -
moveTo(
DirectoryEntry parent, {String? name}) → Future< Entry> -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
remove(
) → Future -
toString(
) → String - 此对象的字符串表示。继承
-
toUrl(
) → String
运算符
-
operator ==(
Object other) → bool - 等式运算符。继承