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

Static Properties

instanceRuntimeType Type

@Deprecated("Internal Use Only"), read-only

Constructors

Entry.internal_()

Properties

filesystem FileSystem

@DocsEditable(), @DomName('Entry.filesystem'), read-only
fullPath String

@DocsEditable(), @DomName('Entry.fullPath'), read-only
isDirectory bool

@DocsEditable(), @DomName('Entry.isDirectory'), read-only
isFile bool

@DocsEditable(), @DomName('Entry.isFile'), read-only
name String

@DocsEditable(), @DomName('Entry.name'), read-only
hashCode int

read-only, inherited
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>

remove() Future

toUrl() String

@DocsEditable(), @DomName('Entry.toURL')
noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited