fromValue static method

Implementation

static PoorQualityDecodeEffortLevel fromValue(String value) =>
    PoorQualityDecodeEffortLevel.values.firstWhere((e) => e.value == value);