PostCommentReplyOutput constructor

PostCommentReplyOutput({
  1. Comment? comment,
})

Implementation

PostCommentReplyOutput({
  this.comment,
});