UCommentCreateParams constructor
UCommentCreateParams({})
Implementation
UCommentCreateParams({
required this.description,
required this.score,
required this.tags,
this.reaction,
this.parentId,
this.productId,
this.targetUserId,
this.userId,
});