Not documented.

Inheritance
Annotations
  • DocsEditable()
  • DomName('FileEntry')
  • Experimental()

Static Methods

internalCreateFileEntry() FileEntry

Constructors

FileEntry.internal_()

Properties

The underlying JS DOM object.

read / write, inherited
filesystem FileSystem

read-only, inherited
fullPath String

read-only, inherited
hashCode int

read-only, inherited
isDirectory bool

read-only, inherited
isFile bool

read-only, inherited
name String

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>

inherited
createWriter() Future<FileWriter>

file() Future<File>

getMetadata() Future<Metadata>

inherited
getParent() Future<Entry>

inherited
moveTo(DirectoryEntry parent, {String name}) Future<Entry>

inherited
noSuchMethod(Invocation invocation) → dynamic

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
remove()

inherited
toString() String

Returns a string representation of this object.

inherited
toUrl() String

inherited