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