menu
zebra_emdk_plugin package
documentation
data/scanner_config.dart
OcrLines
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
OcrLines
fromValue
(
String
value
)
Implementation
static OcrLines fromValue(String value) => OcrLines.values.firstWhere((e) => e.value == value);
zebra_emdk_plugin package
documentation
data/scanner_config
OcrLines
fromValue static method
OcrLines enum