hasTip property
      
      bool
      get
      hasTip
      
    
    
    
Implementation
bool get hasTip => _hasTip;
      
      set
      hasTip
      (bool newValue) 
      
    
    
    
Implementation
set hasTip(bool newValue) {
  _hasTip = newValue;
  controller?.updateAnnotation(this);
}