UCommentJson constructor

UCommentJson({
  1. List<UCommentReacts>? reacts,
  2. String? detail1,
  3. String? detail2,
})

Implementation

UCommentJson({
  this.reacts,
  this.detail1,
  this.detail2,
});