fromJSON static method

Implementation

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