fromValue static method
Implementation
static BarcodeManagerConnectionState fromValue(String value) =>
BarcodeManagerConnectionState.values.firstWhere((e) => e.value == value);
static BarcodeManagerConnectionState fromValue(String value) =>
BarcodeManagerConnectionState.values.firstWhere((e) => e.value == value);