AudioSortType enum

Defines the sort type used for querySongs and queryAudios.

Inheritance

Constructors

AudioSortType()
const

Values

TITLE → const AudioSortType

TITLE will return song list using title as sort param.

ARTIST → const AudioSortType

ARTIST will return song list based in artist name.

ALBUM → const AudioSortType

ALBUM will return song list based in album name.

DURATION → const AudioSortType

DURATION will return song list based in song duration.

DATE_ADDED → const AudioSortType

DATE_ADDED will return song list based in data_added.

SIZE → const AudioSortType

SIZE will return song list based in song size.

DISPLAY_NAME → const AudioSortType

DISPLAY_NAME will return song list based in song display_name.

TRACK → const AudioSortType

DISPLAY_NAME will return song list based in song display_name.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<AudioSortType>
A constant List of the values in this enum, in order of their declaration.