Basic interface for music results from any source.
Properties
- album → String
-
Album the track belongs to.
no setter
- albumArtUrl → String
-
URL to the album art.
no setter
- albumReleaseYear → int
-
Release year of the track.
no setter
- albumTrackNumber → int
-
Track number within the album.
no setter
- artist → String
-
Main artist on the track.
no setter
-
artistFeatured
→ List<
String> -
COntributing artists (excluding
primaryArtist
)no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trackDownloadSourceUrl → String
-
URL for the track from the download source.
no setter
- trackDownloadUrl → String
-
URL to audio file being downloaded.
no setter
- trackDuration → Duration
-
Duration of the track.
no setter
- trackSourceUrl → String
-
URL from which track info was ripped.
no setter
- trackTitle → String
-
Title of the track.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
String representation of the track.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited