toValue method
Implementation
String toValue() {
switch (this) {
case DocumentReviewCommentType.comment:
return 'Comment';
}
}
String toValue() {
switch (this) {
case DocumentReviewCommentType.comment:
return 'Comment';
}
}