DirectoryReference class

Properties

absolutePath Future<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
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>
directory(String path) DirectoryReference
file(String path) FileReference
getFiles() Future<List<FileReference>>
listFiles() Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putBytes(Uint8List bytes, String filename) Future<FileReference>
putFile(File file) Future<FileReference>
toString() String
A string representation of this object.
inherited

Operators

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