DocumentReviewCommentSource constructor

DocumentReviewCommentSource({
  1. String? content,
  2. DocumentReviewCommentType? type,
})

Implementation

DocumentReviewCommentSource({
  this.content,
  this.type,
});