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

Properties

filesystem FileSystem
@DocsEditable(), @DomName('Entry.filesystem'), final
fullPath String
@DocsEditable(), @DomName('Entry.fullPath'), final
isDirectory bool
@DocsEditable(), @DomName('Entry.isDirectory'), final
isFile bool
@DocsEditable(), @DomName('Entry.isFile'), final
name String
@DocsEditable(), @DomName('Entry.name'), final
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

copyTo(DirectoryEntry parent, { String name }) Future<Entry>
@DocsEditable(), @DomName('Entry.copyTo'), @JSName('copyTo')
getMetadata() Future<Metadata>
@DocsEditable(), @DomName('Entry.getMetadata'), @JSName('getMetadata')
getParent() Future<Entry>
@DocsEditable(), @DomName('Entry.getParent'), @JSName('getParent')
moveTo(DirectoryEntry parent, { String name }) Future<Entry>
@DocsEditable(), @DomName('Entry.moveTo'), @JSName('moveTo')
remove() Future
@DocsEditable(), @DomName('Entry.remove'), @JSName('remove')
toUrl() String
@DocsEditable(), @DomName('Entry.toURL'), @JSName('toURL')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited