fromJSON static method
Implementation
static BarcodeSelectionAimerBehavior fromJSON(String jsonValue) {
return BarcodeSelectionAimerBehavior.values.firstWhere((element) => element.toString() == jsonValue);
}
static BarcodeSelectionAimerBehavior fromJSON(String jsonValue) {
return BarcodeSelectionAimerBehavior.values.firstWhere((element) => element.toString() == jsonValue);
}