PostLikeModel constructor
PostLikeModel({})
Implementation
PostLikeModel({
required this.documentID,
required this.postId,
this.postCommentId,
required this.memberId,
this.timestamp,
required this.appId,
this.likeType,
});