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