UCommentReacts constructor

UCommentReacts({
  1. required int tag,
  2. required String userId,
})

Implementation

UCommentReacts({
  required this.tag,
  required this.userId,
});