fromValue static method

Implementation

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