annotationTrigger property
      
      BarcodeArAnnotationTrigger
      get
      annotationTrigger
      
    
    
    
Implementation
BarcodeArAnnotationTrigger get annotationTrigger => _annotationTrigger;
      
      set
      annotationTrigger
      (BarcodeArAnnotationTrigger value) 
      
    
    
    
Implementation
set annotationTrigger(BarcodeArAnnotationTrigger value) {
  _annotationTrigger = value;
  controller?.updateAnnotation(this);
}