Artist class

Json representation of an artist

Implemented types
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

Artist()
Artist.fromJson(Map<String, dynamic> json)
factory

Properties

externalUrls ExternalUrls?
Known external URLs for this artist.
getter/setter pairoverride
followers Followers?
Information about the followers of the artist.
getter/setter pair
genres List<String>?
A list of the genres the artist is associated with. For example: "Prog Rock", "Post-Grunge".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String?
A link to the Web API endpoint providing full details of the artist.
getter/setter pairoverride
id String?
The Spotify ID for the artist.
getter/setter pairoverride
images List<Image>?
Images of the artist in various sizes, widest first.
getter/setter pair
name String?
The name of the artist
getter/setter pairoverride
popularity int?
The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The object type: "artist"
getter/setter pairoverride
uri String?
The Spotify URI for the artist.
getter/setter pairoverride

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