Metadata class
Constructors
Properties
- album → String?
-
xesam:album
final
-
albumArtist
→ List<
String> ? -
xesam:albumArtist
final
-
artist
→ List<
String> ? -
xesam:artist
final
- artUrl → String?
-
mpris:artUrl
final
- discNumber → int?
-
xesam:discNumber
final
-
genre
→ List<
String> ? -
xesam:genre
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → Duration?
-
mpris:length
final
- lyrics → String?
-
xesam:asText
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
mpris:trackid
final
- trackNumber → int?
-
xesam:trackNumber
final
Methods
-
copyWith(
{String? title, Duration? length, List< String> ? artist, String? lyrics, String? artUrl, String? album, List<String> ? albumArtist, int? discNumber, int? trackNumber, List<String> ? genre}) → Metadata -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → DBusValue
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited