CommentThreadReplies constructor

CommentThreadReplies({
  1. List<Comment>? comments,
})

Implementation

CommentThreadReplies({
  this.comments,
});