MediaMetadataKey enum Null safety
Constants
- albumArtist → const MediaMetadataKey
-
const MediaMetadataKey(0) - albumTitle → const MediaMetadataKey
-
const MediaMetadataKey(1) - artist → const MediaMetadataKey
-
const MediaMetadataKey(2) - bookTitle → const MediaMetadataKey
-
const MediaMetadataKey(3) - broadcastDate → const MediaMetadataKey
-
const MediaMetadataKey(4) - chapterNumber → const MediaMetadataKey
-
const MediaMetadataKey(5) - chapterTitle → const MediaMetadataKey
-
const MediaMetadataKey(6) - composer → const MediaMetadataKey
-
const MediaMetadataKey(7) - creationDate → const MediaMetadataKey
-
const MediaMetadataKey(8) - discNumber → const MediaMetadataKey
-
const MediaMetadataKey(9) - episodeNumber → const MediaMetadataKey
-
const MediaMetadataKey(10) - height → const MediaMetadataKey
-
const MediaMetadataKey(11) - locationLatitude → const MediaMetadataKey
-
const MediaMetadataKey(12) - locationLongitude → const MediaMetadataKey
-
const MediaMetadataKey(13) - locationName → const MediaMetadataKey
-
const MediaMetadataKey(14) - queueItemId → const MediaMetadataKey
-
const MediaMetadataKey(15) - releaseDate → const MediaMetadataKey
-
const MediaMetadataKey(16) - seasonNumber → const MediaMetadataKey
-
const MediaMetadataKey(17) - sectionDuration → const MediaMetadataKey
-
const MediaMetadataKey(18) - sectionStartAbsoluteTime → const MediaMetadataKey
-
const MediaMetadataKey(19) - sectionStartTimeInContainer → const MediaMetadataKey
-
const MediaMetadataKey(20) - sectionStartTimeInMedia → const MediaMetadataKey
-
const MediaMetadataKey(21) - seriesTitle → const MediaMetadataKey
-
const MediaMetadataKey(22) - studio → const MediaMetadataKey
-
const MediaMetadataKey(23) - subtitle → const MediaMetadataKey
-
const MediaMetadataKey(24) - title → const MediaMetadataKey
-
const MediaMetadataKey(25) - trackNumber → const MediaMetadataKey
-
const MediaMetadataKey(26) -
values
→ const List<
MediaMetadataKey> -
A constant List of the values in this enum, in order of their declaration.
const List<MediaMetadataKey> - width → const MediaMetadataKey
-
const MediaMetadataKey(27)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited