DocumentReviewCommentSource constructor
DocumentReviewCommentSource({
- String? content,
- DocumentReviewCommentType? type,
Implementation
DocumentReviewCommentSource({
this.content,
this.type,
});