UCommentUpdateParams constructor
UCommentUpdateParams({})
Implementation
UCommentUpdateParams({
required this.id,
this.description,
this.score,
this.addTags,
this.removeTags,
this.tags,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});