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