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