Inheritance
Implemented by
Annotations
  • DocsEditable()
  • DomName('Entry')
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only

Constructors

Entry.internal_()

Properties

filesystem FileSystem

read-only
fullPath String

read-only
hashCode int

read-only, inherited
isDirectory bool

read-only
isFile bool

read-only
name String

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

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

Returns the result of the JavaScript objects toString method.

inherited
toUrl() String