SongPlatforms enum

Inheritance

Values

spotify → const SongPlatforms
const SongPlatforms('Spotify')
applemusic → const SongPlatforms
const SongPlatforms('Apple Music')
youtube → const SongPlatforms
const SongPlatforms('Youtube')
itunes → const SongPlatforms
const SongPlatforms('Itunes')
deezer → const SongPlatforms
const SongPlatforms('Deezer')
tidal → const SongPlatforms
const SongPlatforms('Tidal')
gaana → const SongPlatforms
const SongPlatforms('Gaana')
awa → const SongPlatforms
const SongPlatforms('AWA')
kkbox → const SongPlatforms
const SongPlatforms('KKBOX')
sevendigital → const SongPlatforms
const SongPlatforms('7digital')
musicbrainz → const SongPlatforms
const SongPlatforms('MusicBrainz')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String
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.
override

Operators

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

Constants

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