UCommentUpdateParams constructor
UCommentUpdateParams({})
Implementation
UCommentUpdateParams({
required this.id,
this.description,
this.score,
this.addTags,
this.removeTags,
this.tags,
});
UCommentUpdateParams({
required this.id,
this.description,
this.score,
this.addTags,
this.removeTags,
this.tags,
});