Entry class Null safety

Implementers
Annotations
  • @Native("Entry,webkitFileSystemEntry,FileSystemEntry")

Properties

filesystem FileSystem?
read-only
fullPath String?
read-only
hashCode int
The hash code for this object.
read-onlyinherited
isDirectory bool?
read-only
isFile bool?
read-only
name String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

copyTo(DirectoryEntry parent, {String? name}) Future<Entry>
getMetadata() Future<Metadata>
getParent() Future<Entry>
moveTo(DirectoryEntry parent, {String? name}) Future<Entry>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
remove() Future
toString() String
A string representation of this object.
inherited
toUrl() String

Operators

operator ==(Object other) bool
The equality operator.
inherited