PlaylistAuthorizationScope class

Constructors

PlaylistAuthorizationScope()
const

Properties

all List<String>
Contains all properties of AuthorizationScope.playlist
no setter
hashCode int
The hash code for this object.
no setterinherited
modifyPrivate String
Write access to a user's private playlists.
no setter
modifyPublic String
Write access to a user's public playlists.
no setter
readCollaborative String
Include collaborative playlists when requesting a user's playlists.
no setter
readPrivate String
Read access to user's private playlists.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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