Show class

Json representation of a show

Annotations
  • @JsonSerializable()

Constructors

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

Properties

availableMarkets List<Market>?
The markets in which the show 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
copyrights List<Copyright>?
The copyright statements of the show.
getter/setter pair
description String?
A description of the show.
getter/setter pair
explicit bool?
Whether or not the episode has explicit content (true = yes it does; false = no it does not OR unknown).
getter/setter pair
externalUrls ExternalUrls?
Known external URLs for this show.
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 show.
getter/setter pair
id String?
The Spotify ID for the show.
getter/setter pair
images List<Image>?
The cover art for the show in various sizes, widest first.
getter/setter pair
isExternallyHosted bool?
True if the show is hosted outside of Spotify’s CDN.
getter/setter pair
languages List<String>?
A list of the languages used in the show, identified by their ISO 639 code.
getter/setter pair
mediaType String?
The media type of the show.
getter/setter pair
name String?
The name of the show.
getter/setter pair
publisher String?
The publisher of the show.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalEpisodes int?
The number of total episodes in this show
getter/setter pair
type String?
The object type: "show"
getter/setter pair
uri String?
The Spotify URI for the show.
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