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