Not documented.

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

Properties

FileSystem filesystem
read-only, inherited
String fullPath
read-only, inherited
bool isDirectory
read-only, inherited
bool isFile
read-only, inherited
String name
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