AudiosFromType enum

Defines where audios will be acquired.

Inheritance

Constructors

AudiosFromType()
const

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

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<AudiosFromType>
A constant List of the values in this enum, in order of their declaration.