dart:html
Entry class
- Implementers
- Annotations
-
- @Native("Entry,webkitFileSystemEntry,FileSystemEntry")
Properties
- filesystem → FileSystem?
read-only
- fullPath → String?
read-only
- hashCode → int
read-only, inherited
- The hash code for this object.
- isDirectory → bool?
read-only
- isFile → bool?
read-only
- name → String?
read-only
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- copyTo(DirectoryEntry parent, {String? name}) → Future<Entry>
@JSName('copyTo')
- getMetadata() → Future<Metadata>
@JSName('getMetadata')
- getParent() → Future<Entry>
@JSName('getParent')
- moveTo(DirectoryEntry parent, {String? name}) → Future<Entry>
@JSName('moveTo')
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- remove() → Future
@JSName('remove')
- toString() → String
inherited
- A string representation of this object.
- toUrl() → String
@JSName('toURL')
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.