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