Result class abstract
Abstract base for all search results.
- Implementers
Constructors
Properties
- album → String
-
Album of the song.
no setter
-
artists
→ List<
String> -
Artist(s) of the song.
no setter
- artUrl → String
-
URL to the album art.
no setter
- dlUrl → String
-
URL to a downloadable stream from the given source.
no setter
- hasAlbum → bool
-
Whether the song has an album.
no setter
- hasArtists → bool
-
Whether the song has any artists.
no setter
- hasArtUrl → bool
-
Whether the song has an album art.
no setter
- hasDlUrl → bool
-
Whether the song has a download URL.
no setter
- hasDuration → bool
-
Whether the song has a duration.
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
- sDuration → int
-
Duration of the song in seconds.
no setter
- source → Source
-
Source of the song.
no setter
- srcUrl → String
-
URL of the song from the given source.
no setter
- title → String
-
Title of the song.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited