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