anchor property
      
      BarcodeArInfoAnnotationAnchor
      get
      anchor
      
    
    
    
Implementation
BarcodeArInfoAnnotationAnchor get anchor => _anchor;
      
      set
      anchor
      (BarcodeArInfoAnnotationAnchor newValue) 
      
    
    
    
Implementation
set anchor(BarcodeArInfoAnnotationAnchor newValue) {
  _anchor = newValue;
  controller?.updateAnnotation(this);
}