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