PostComment class

Constructors

PostComment.new({String id = "", required String postOwnerId, required String text, required String postId, List<String> likedProfiles = const [], AppMediaType type = AppMediaType.text, List<CommentReply> replies = const [], bool isHidden = false, required String ownerId, required String ownerImgUrl, required String ownerName, String mediaUrl = "", required int createdTime, int modifiedTime = 0})
PostComment.fromJSON(dynamic data)

Properties

createdTime int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
isHidden bool
getter/setter pair
likedProfiles List<String>
getter/setter pair
mediaUrl String
getter/setter pair
modifiedTime int
getter/setter pair
ownerId String
getter/setter pair
ownerImgUrl String
getter/setter pair
ownerName String
getter/setter pair
postId String
getter/setter pair
postOwnerId String
getter/setter pair
replies List<CommentReply>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair
type AppMediaType
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.
override

Operators

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