ExplorerSource class abstract

Implementers

Constructors

ExplorerSource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dir(String path) Future<Directory>
dirSync(String path) Directory
file(String path) Future<File>
fileSync(String path) File
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDirCreate(String dir) → dynamic
onDirDelete(String dir) → dynamic
onDirUpdate(String dir) → dynamic
onFileCreate(String path) → dynamic
onFileDelete(String path) → dynamic
onFileUpdate(String path) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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