ArtistFull class
Constructors
-
ArtistFull({required String artistId, required String name, required String type, required List<
ThumbnailFull> thumbnails, required List<SongDetailed> topSongs, required List<AlbumDetailed> topAlbums, required List<AlbumDetailed> topSingles, required List<VideoDetailed> topVideos, required List<PlaylistDetailed> featuredOn, required List<ArtistDetailed> similarArtists}) -
ArtistFull.fromMap(Map<
String, dynamic> map)
Properties
- artistId → String
-
final
-
featuredOn
→ List<
PlaylistDetailed> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
similarArtists
→ List<
ArtistDetailed> -
final
-
thumbnails
→ List<
ThumbnailFull> -
final
-
topAlbums
→ List<
AlbumDetailed> -
final
-
topSingles
→ List<
AlbumDetailed> -
final
-
topSongs
→ List<
SongDetailed> -
final
-
topVideos
→ List<
VideoDetailed> -
final
- type → 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