MediaLocation class
A location on the local device's file system.
It does include a path pointing to a specific folder.
Constructors
- MediaLocation({required String path})
-
Creates a MediaLocation.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DOCUMENTS_LOCATION_ANDROID → const MediaLocation
-
A MediaLocation pointing the the
Documents
Media folder onAndroid
devices. - DOWNLOAD_LOCATION_ANDROID → const MediaLocation
-
A MediaLocation pointing the the
Download
Media folder onAndroid
devices.