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