fromValue static method

OcrCheckDigitValidation fromValue(
  1. String value
)

Implementation

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