CreateCommentResponse constructor

CreateCommentResponse({
  1. Comment? comment,
})

Implementation

CreateCommentResponse({
  this.comment,
});