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