UCommentCreateParams constructor
UCommentCreateParams({})
Implementation
UCommentCreateParams({
required this.description,
required this.score,
required this.tags,
this.reaction,
this.parentId,
this.productId,
this.blogId,
this.userId,
this.creatorId,
this.detail1,
this.detail2,
this.id,
this.adminUserIds,
});