PlaylistSnippet class

Basic details about a playlist, including title, description and thumbnails.

Constructors

PlaylistSnippet({String? channelId, String? channelTitle, String? defaultLanguage, String? description, PlaylistLocalization? localized, DateTime? publishedAt, List<String>? tags, String? thumbnailVideoId, ThumbnailDetails? thumbnails, String? title})
PlaylistSnippet.fromJson(Map json_)

Properties

channelId String?
The ID that YouTube uses to uniquely identify the channel that published the playlist.
getter/setter pair
channelTitle String?
The channel title of the channel that the video belongs to.
getter/setter pair
defaultLanguage String?
The language of the playlist's default title and description.
getter/setter pair
description String?
The playlist's description.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localized PlaylistLocalization?
Localized title and description, read-only.
getter/setter pair
publishedAt DateTime?
The date and time that the playlist was created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
Keyword tags associated with the playlist.
getter/setter pair
thumbnails ThumbnailDetails?
A map of thumbnail images associated with the playlist.
getter/setter pair
thumbnailVideoId String?
Note: if the playlist has a custom thumbnail, this field will not be populated.
getter/setter pair
title String?
The playlist's title.
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