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