ArtistResponse class

Annotations
  • @JsonSerializable()

Constructors

ArtistResponse({required String id, required String name, String? url, String? role, List<DownloadLink>? image, String? followerCount, String? fanCount, bool? isVerified, String? dominantLanguage, String? dominantType, String? bio, String? dob, String? fb, String? twitter, String? wiki, List<String>? availableLanguages, bool? isRadioPresent})
ArtistResponse.fromArtistRequest(ArtistRequest artist)
factory
ArtistResponse.fromJson(Map<String, dynamic> json)
factory

Properties

availableLanguages List<String>?
getter/setter pair
bio String?
getter/setter pair
dob String?
getter/setter pair
dominantLanguage String?
getter/setter pair
dominantType String?
getter/setter pair
fanCount String?
getter/setter pair
fb String?
getter/setter pair
followerCount String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
image List<DownloadLink>?
getter/setter pair
isRadioPresent bool?
getter/setter pair
isVerified bool?
getter/setter pair
name String
getter/setter pair
role String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twitter String?
getter/setter pair
url String?
getter/setter pair
wiki String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited