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