StorageDisk class abstract

Represents a configured storage disk.

Implementers

Constructors

StorageDisk()

Properties

fileSystem → FileSystem
The underlying file system used by this disk.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolve(String path) String
Resolves path to an absolute path on this disk.
toString() String
A string representation of this object.
inherited

Operators

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