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