fromValue static method
Implementation
static CommentBodyWriteRepresentation fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => CommentBodyWriteRepresentation._(value));
static CommentBodyWriteRepresentation fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => CommentBodyWriteRepresentation._(value));