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 bulletin object contains details about a channel bulletin post.
getter/setter pair
- channelItem ↔ ActivityContentDetailsChannelItem?
-
The channelItem object contains details about a resource which was added
to a channel.
getter/setter pair
- comment ↔ ActivityContentDetailsComment?
-
The comment object contains information about a resource that received a
comment.
getter/setter pair
- favorite ↔ ActivityContentDetailsFavorite?
-
The favorite object 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 like object contains information about a resource that received a
positive (like) rating.
getter/setter pair
- playlistItem ↔ ActivityContentDetailsPlaylistItem?
-
The playlistItem object contains information about a new playlist item.
getter/setter pair
- promotedItem ↔ ActivityContentDetailsPromotedItem?
-
The promotedItem object contains details about a resource which is being
promoted.
getter/setter pair
- recommendation ↔ ActivityContentDetailsRecommendation?
-
The recommendation object contains information about a recommended
resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The social object contains details about a social network post.
getter/setter pair
- subscription ↔ ActivityContentDetailsSubscription?
-
The subscription object contains information about a channel that a user
subscribed to.
getter/setter pair
- upload ↔ ActivityContentDetailsUpload?
-
The upload object 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