Not documented.

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

Properties

filesystem FileSystem
read-only, inherited

fullPath String
read-only, inherited

isDirectory bool
read-only, inherited

isFile bool
read-only, inherited

name String
read-only, 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

remove() → Future
inherited

toUrl() → String
inherited