StorageDir class
Supported storage locations.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toStorageDirString(
) → String? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- applicationDocumentsDirectory → const StorageDir
- externalStorageDirectory → const StorageDir
- temporaryDirectory → const StorageDir
-
values
→ const List<
StorageDir>