AudiosFromType enum
Defines where audios will be acquired.
Values
- ALBUM → const AudiosFromType
-
Audios from specific Album name.
- ALBUM_ID → const AudiosFromType
-
Audios from specific Album id.
- ARTIST → const AudiosFromType
-
Audios from specific Artist name.
- ARTIST_ID → const AudiosFromType
-
Audios from specific Artist id.
- GENRE → const AudiosFromType
-
Audios from specific Genre name.
- GENRE_ID → const AudiosFromType
-
Audios from specific Genre id.
- PLAYLIST → const AudiosFromType
-
Audios from specific Playlist.
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
-
values
→ const List<
AudiosFromType> - A constant List of the values in this enum, in order of their declaration.