GetSocialActivity class

Describe Activity object.

Constructors

GetSocialActivity.fromJSON(Map<String, dynamic> json)

Properties

attachments List<MediaAttachment>
getter/setter pair
author User
getter/setter pair
bookmarksCount int
getter/setter pair
button ActivityButton?
getter/setter pair
commenters List<User>
getter/setter pair
comments List<GetSocialActivity>
getter/setter pair
commentsCount int
getter/setter pair
createdAt int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isAnnouncement bool
getter/setter pair
isBookmarked bool
getter/setter pair
labels List<String>
getter/setter pair
mentions List<Mention>
getter/setter pair
myReactions List<String>
getter/setter pair
poll Poll?
getter/setter pair
popularity double
getter/setter pair
properties Map<String, String>
getter/setter pair
reactions List<UserReactions>
getter/setter pair
reactionsCount Map<String, int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source CommunitiesEntity
getter/setter pair
status String
getter/setter pair
text String?
getter/setter pair
type String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited