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