toDocumentReviewCommentType method
Implementation
DocumentReviewCommentType toDocumentReviewCommentType() {
switch (this) {
case 'Comment':
return DocumentReviewCommentType.comment;
}
throw Exception('$this is not known in enum DocumentReviewCommentType');
}