DocumentReviews constructor

DocumentReviews({
  1. required DocumentReviewAction action,
  2. List<DocumentReviewCommentSource>? comment,
})

Implementation

DocumentReviews({
  required this.action,
  this.comment,
});