PlaylistItemSnippet class
Basic details about a playlist, including title, description and thumbnails.
Basic details of a YouTube Playlist item provided by the author. Next ID: 15
Constructors
- PlaylistItemSnippet({String? channelId, String? channelTitle, String? description, String? playlistId, int? position, DateTime? publishedAt, ResourceId? resourceId, ThumbnailDetails? thumbnails, String? title, String? videoOwnerChannelId, String? videoOwnerChannelTitle})
- PlaylistItemSnippet.fromJson(Map json_)
Properties
- channelId ↔ String?
-
The ID that YouTube uses to uniquely identify the user that added the item
to the playlist.
getter/setter pair
- channelTitle ↔ String?
-
Channel title for the channel that the playlist item belongs to.
getter/setter pair
- description ↔ String?
-
The item's description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- playlistId ↔ String?
-
The ID that YouTube uses to uniquely identify thGe playlist that the
playlist item is in.
getter/setter pair
- position ↔ int?
-
The order in which the item appears in the playlist.
getter/setter pair
- publishedAt ↔ DateTime?
-
The date and time that the item was added to the playlist.
getter/setter pair
- resourceId ↔ ResourceId?
-
The id object contains information that can be used to uniquely identify
the resource that is included in the playlist as the playlist item.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thumbnails ↔ ThumbnailDetails?
-
A map of thumbnail images associated with the playlist item.
getter/setter pair
- title ↔ String?
-
The item's title.
getter/setter pair
- videoOwnerChannelId ↔ String?
-
Channel id for the channel this video belongs to.
getter/setter pair
- videoOwnerChannelTitle ↔ String?
-
Channel title for the channel this video belongs to.
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