UCommentJson constructor

UCommentJson({
  1. List<UCommentReacts>? reacts,
})

Implementation

UCommentJson({
  this.reacts,
});