ActivityContentDetailsPlaylistItem class
Information about a new playlist item.
Constructors
- ActivityContentDetailsPlaylistItem({String? playlistId, String? playlistItemId, ResourceId? resourceId})
- ActivityContentDetailsPlaylistItem.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- playlistId ↔ String?
-
The value that YouTube uses to uniquely identify the playlist.
getter/setter pair
- playlistItemId ↔ String?
-
ID of the item within the playlist.
getter/setter pair
- resourceId ↔ ResourceId?
-
The resourceId object contains information about the resource that was
added to the playlist.
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited