SubscriptionSnippet class
Basic details about a subscription, including title, description and thumbnails of the subscribed item.
Constructors
- SubscriptionSnippet({String? channelId, String? channelTitle, String? description, DateTime? publishedAt, ResourceId? resourceId, ThumbnailDetails? thumbnails, String? title})
- SubscriptionSnippet.fromJson(Map json_)
Properties
- channelId ↔ String?
-
The ID that YouTube uses to uniquely identify the subscriber's channel.
getter/setter pair
- channelTitle ↔ String?
-
Channel title for the channel that the subscription belongs to.
getter/setter pair
- description ↔ String?
-
The subscription's details.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- publishedAt ↔ DateTime?
-
The date and time that the subscription was created.
getter/setter pair
- resourceId ↔ ResourceId?
-
The id object contains information about the channel that the user
subscribed to.
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 video.
getter/setter pair
- title ↔ String?
-
The subscription'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