FileReference class

Properties

absolutePath Future<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setter
parent DirectoryReference
getter/setter pair
path String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete() Future<void>
getBytes() Future<Uint8List>
getFile() Future<File>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putBytes(Uint8List bytes) Future<void>
putFile(File file) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited