ActivitySnippet class
Basic details about an activity, including title, description, thumbnails, activity type and group.
Next ID: 12
Constructors
- ActivitySnippet({String? channelId, String? channelTitle, String? description, String? groupId, DateTime? publishedAt, ThumbnailDetails? thumbnails, String? title, String? type})
- ActivitySnippet.fromJson(Map json_)
Properties
- channelId ↔ String?
-
The ID that YouTube uses to uniquely identify the channel associated with
the activity.
getter/setter pair
- channelTitle ↔ String?
-
Channel title for the channel responsible for this activity
getter/setter pair
- description ↔ String?
-
The description of the resource primarily associated with the activity.
getter/setter pair
- groupId ↔ String?
-
The group ID associated with the activity.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- publishedAt ↔ DateTime?
-
The date and time that the video was uploaded.
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 resource that is primarily
associated with the activity.
getter/setter pair
- title ↔ String?
-
The title of the resource primarily associated with the activity.
getter/setter pair
- type ↔ String?
-
The type of activity that the resource describes.
Possible string values are:
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