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