ListType enum

The type of playlist.

Inheritance

Constructors

ListType(String value)
The type of playlist.
const

Values

playlist → const ListType

The list specifies the playlist ID or an array of video IDs. In the YouTube Data API, the playlist resource's id property identifies a playlist's ID, and the video resource's id property specifies a video ID.

const ListType('playlist')
userUploads → const ListType

The list identifies the user whose uploaded videos will be returned.

const ListType('user_uploads')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The actual value of the type.
final

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

Constants

values → const List<ListType>
A constant List of the values in this enum, in order of their declaration.