ChannelContentDetailsRelatedPlaylists class

Constructors

ChannelContentDetailsRelatedPlaylists({String? favorites, String? likes, String? uploads, String? watchHistory, String? watchLater})
ChannelContentDetailsRelatedPlaylists.fromJson(Map json_)

Properties

favorites String?
The ID of the playlist that contains the channel"s favorite videos.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
likes String?
The ID of the playlist that contains the channel"s liked videos.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploads String?
The ID of the playlist that contains the channel"s uploaded videos.
getter/setter pair
watchHistory String?
The ID of the playlist that contains the channel"s watch history.
getter/setter pair
watchLater String?
The ID of the playlist that contains the channel"s watch later playlist.
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