ActivityContentDetails class
Details about the content of an activity: the video that was shared, the channel that was subscribed to, etc.
Constructors
- ActivityContentDetails({ActivityContentDetailsBulletin? bulletin, ActivityContentDetailsChannelItem? channelItem, ActivityContentDetailsComment? comment, ActivityContentDetailsFavorite? favorite, ActivityContentDetailsLike? like, ActivityContentDetailsPlaylistItem? playlistItem, ActivityContentDetailsPromotedItem? promotedItem, ActivityContentDetailsRecommendation? recommendation, ActivityContentDetailsSocial? social, ActivityContentDetailsSubscription? subscription, ActivityContentDetailsUpload? upload})
- ActivityContentDetails.fromJson(Map json_)
Properties
- bulletin ↔ ActivityContentDetailsBulletin?
-
The
bulletinobject contains details about a channel bulletin post.getter/setter pair - channelItem ↔ ActivityContentDetailsChannelItem?
-
The
channelItemobject contains details about a resource which was added to a channel.getter/setter pair - comment ↔ ActivityContentDetailsComment?
-
The
commentobject contains information about a resource that received a comment.getter/setter pair - favorite ↔ ActivityContentDetailsFavorite?
-
The
favoriteobject contains information about a video that was marked as a favorite video.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- like ↔ ActivityContentDetailsLike?
-
The
likeobject contains information about a resource that received a positive (like) rating.getter/setter pair - playlistItem ↔ ActivityContentDetailsPlaylistItem?
-
The
playlistItemobject contains information about a new playlist item.getter/setter pair - promotedItem ↔ ActivityContentDetailsPromotedItem?
-
The
promotedItemobject contains details about a resource which is being promoted.getter/setter pair - recommendation ↔ ActivityContentDetailsRecommendation?
-
The
recommendationobject contains information about a recommended resource.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The
socialobject contains details about a social network post.getter/setter pair - subscription ↔ ActivityContentDetailsSubscription?
-
The
subscriptionobject contains information about a channel that a user subscribed to.getter/setter pair - upload ↔ ActivityContentDetailsUpload?
-
The
uploadobject contains information about the uploaded video.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