ExplorerDirectory class

Constructors

ExplorerDirectory(ExplorerSource explorerSource, Directory ioDirectory, String directoryName, String shortPath, StorageListeners storageListeners)

Properties

directoryName String
final
explorerSource ExplorerSource
final
hashCode int
The hash code for this object.
no setterinherited
ioDirectory Directory
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortPath String
final
storageListeners → StorageListeners
final

Methods

clear() Future
delete({bool log = true}) Future
directory(String dirName, {String? streamId}) ExplorerDirectory
file(String filename) ExplorerFile
get({String? streamId}) List<ExplorerDirectoryItem>
hasFile(String filename) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stream({dynamic delayCheck = const Duration(milliseconds: 50)}) Stream<List<ExplorerDirectoryItem>>
toString() String
A string representation of this object.
inherited

Operators

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