ArtistDetails class

Constructors

ArtistDetails({required String id, required String name, required String image, String fb = '', String twitter = '', String wiki = '', required List<Song> topSongs, required List<Playlist> topAlbums, required List<DedicatedArtistPlaylist> dedicatedPlaylists, required List<FeaturedArtistPlaylist> featuredIn, required List<MinimalSong> singles, required List<MinimalSong> latestRelease, required List<Artist> similarArtists, DateTime? dob, String? bio, SearchResultType type = SearchResultType.album, bool isVerified = false, int? followerCount, int? fanCount})

Properties

bio String?
final
dedicatedPlaylists List<DedicatedArtistPlaylist>
final
dob DateTime?
final
fanCount int?
final
fb String
final
featuredIn List<FeaturedArtistPlaylist>
final
followerCount int?
final
hashCode int
The hash code for this object.
no setterinherited
highResImage String
no setter
id String
final
image String
final
isVerified bool
final
latestRelease List<MinimalSong>
final
lowResImage String
no setter
mediumResImage String
no setter
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
similarArtists List<Artist>
final
singles List<MinimalSong>
final
topAlbums List<Playlist>
final
topSongs List<Song>
final
twitter String
final
type SearchResultType
final
wiki 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