PostCommentModel constructor
PostCommentModel({})
Implementation
PostCommentModel({
required this.documentID,
this.postId,
this.postCommentId,
this.memberId,
this.timestamp,
required this.appId,
this.comment,
this.likes,
this.dislikes,
this.memberMedia,
});