PandoraType enum Null safety

Pandora entity types.

Inheritance
Annotations

Constructors

PandoraType()
const

Values

album → const PandoraType
artist → const PandoraType
artistAllSongs → const PandoraType
artistTopSongs → const PandoraType
autoplay → const PandoraType
browseDirectory → const PandoraType
collectedAlbumTracks → const PandoraType
collectedTracks → const PandoraType
composer → const PandoraType
downloadedTracks → const PandoraType
genre → const PandoraType
playlist → const PandoraType
podcast → const PandoraType
podcastAutoplay → const PandoraType
episode → const PandoraType
song → const PandoraType
station → const PandoraType
stationSampleTracks → const PandoraType
stationThumbUp → const PandoraType
userStation → const PandoraType
hybridStation → const PandoraType
artistMessage → const PandoraType
listener → const PandoraType
curator → const PandoraType
podcastCategory → const PandoraType
podcastPublisher → const PandoraType
stationFactory → const PandoraType
ae → const PandoraType
bn → const PandoraType
cg → const PandoraType
le → const PandoraType
mo → const PandoraType
lc → const PandoraType
sc → const PandoraType
sh → const PandoraType
sp → const PandoraType
ve → const PandoraType
xc → const PandoraType

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<PandoraType>
A constant List of the values in this enum, in order of their declaration.
[album, artist, artistAllSongs, artistTopSongs, autoplay, browseDirectory, collectedAlbumTracks, collectedTracks, composer, downloadedTracks, genre, playlist, podcast, podcastAutoplay, episode, song, …