commentTypeToJson function
Implementation
String? commentTypeToJson(enums.CommentType? commentType) {
return enums.$CommentTypeMap[commentType];
}
String? commentTypeToJson(enums.CommentType? commentType) {
return enums.$CommentTypeMap[commentType];
}