AlbumSimple class

Implementers
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

albumType AlbumType?
The type of the album: one of "album", "single", or "compilation".
getter/setter pair
artists List<ArtistSimple>?
The artists of the album. Each artist object includes a link in href to more detailed information about the artist.
getter/setter pair
availableMarkets List<Market>?
The markets in which the album is available: ISO 3166-1 alpha-2 country codes. Note that an album is considered available in a market when at least 1 of its tracks is available in that market.
getter/setter pair
externalUrls ExternalUrls?
Known external URLs for this album.
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 album.
getter/setter pair
id String?
The Spotify ID for the album.
getter/setter pair
images List<Image>?
The cover art for the album in various sizes, widest first.
getter/setter pair
name String?
The name of the album. In case of an album takedown, the value may be an empty string.
getter/setter pair
releaseDate String?
The date the album was first released, for example "1981-12-15". Depending on the precision, it might be shown as "1981" or "1981-12".
getter/setter pair
releaseDatePrecision DatePrecision?
The precision with which release_date value is known: "year", "month", or "day".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracks Iterable<TrackSimple>?
The tracks of this album.
getter/setter pair
type String?
The object type: "album"
getter/setter pair
uri String?
The Spotify URI for the album.
getter/setter pair

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