fromValue static method
Implementation
static OcrAVariant fromValue(String value) =>
OcrAVariant.values.firstWhere((e) => e.value == value);
static OcrAVariant fromValue(String value) =>
OcrAVariant.values.firstWhere((e) => e.value == value);