Metadata class

Constructors

Metadata(String trackId, String trackTitle, List<String> trackArtists, int trackNumber, String trackUrl, Duration trackLength, String trackArtUrl, String albumName, List<String> albumArtists, int discNumber)
Metadata.fromMap(Map<String, DBusValue> map)
factory

Properties

albumArtists List<String>
final
albumName String
final
discNumber int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackArtists List<String>
final
trackArtUrl String
final
trackId String
final
trackLength Duration
final
trackNumber int
final
trackTitle String
final
trackUrl String
final

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