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

hashCode int
The hash code for this object.
no setterinherited
path String
The location's path on the file system.
final
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
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 on Android devices.
DOWNLOAD_LOCATION_ANDROID → const MediaLocation
A MediaLocation pointing the the Download Media folder on Android devices.