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