DefaultExplorerSource class

Inheritance

Constructors

DefaultExplorerSource()

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

Operators

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