UpdateCommentOutput constructor

UpdateCommentOutput({
  1. Comment? comment,
})

Implementation

UpdateCommentOutput({
  this.comment,
});