FileEntry class - dart:html library (original) (raw)
Inheritance
Annotations
- @Native("FileEntry,webkitFileSystemFileEntry,FileSystemFileEntry")
Properties
no setterinherited
no setterinherited
The hash code for this object.
no setterinherited
isDirectory → bool?
no setterinherited
no setterinherited
no setterinherited
A representation of the runtime type of the object.
no setterinherited
Methods
copyTo(DirectoryEntry parent, {String? name})→ Future<Entry>
inherited
createWriter()→ Future<FileWriter>
getMetadata()→ Future<Metadata>
inherited
inherited
moveTo(DirectoryEntry parent, {String? name})→ Future<Entry>
inherited
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
inherited
A string representation of this object.
inherited
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited