PlaylistSimple class

Json representation of a simplified playlist

Implementers
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

collaborative bool?
true if the owner allows other users to modify the playlist.
getter/setter pair
description String?
The playlist description. Only returned for modified, verified playlists, otherwise null.
getter/setter pair
externalUrls ExternalUrls?
Known external URLs for this playlist.
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 playlist.
getter/setter pair
id String?
The Spotify ID for the playlist.
getter/setter pair
images List<Image>?
Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists.
getter/setter pair
name String?
The name of the playlist.
getter/setter pair
owner User?
The user who owns the playlist
getter/setter pair
public bool?
The playlist's public/private status: true the playlist is public, false the playlist is private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshotId String?
The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version
getter/setter pair
A collection containing a link (href) to the Web API endpoint where full details of the playlist's tracks can be retrieved, along with the total number of tracks in the playlist.
getter/setter pair
type String?
The object type: "playlist"
getter/setter pair
uri String?
The Spotify URI for the playlist.
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