SoundcloudPlaylist class abstract interface

Metadata about a SoundCloud playlist.

This class cannot be instantiated or extended.

Implementers

Constructors

SoundcloudPlaylist()

Properties

artworkUrl Uri?
The URL of this playlist's thumbnail.
no setter
createdAt DateTime
The date and time this playlist was first created on SoundCloud.
no setter
description String?
A short description of this playlist.
no setter
duration double
The total duration of all track's in this playlist.
no setter
genre String?
The genre of music this playlist belongs to.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
A unique numeric identifier for this playlist.
no setter
isAlbum bool
Whether or not this playlist is identified as an album.
no setter
labelName String?
The record label associated with this playlist.
no setter
lastModified DateTime?
The date and time modifications were last made to this playlist.
no setter
likesCount double
The number of likes this playlist has received.
no setter
permalinkUrl Uri
The URL of this playlist.
no setter
repostsCount double
The number of times this playlist has been reposted.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagList String?
A comma-separated list of tags applied to this playlist.
no setter
title String
The title of this playlist.
no setter
trackCount double
The number of tracks in this playlist.
no setter
user → MiniUser
The user that created this playlist.
no setter

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