connection property
      
      PresentationConnection
      get
      connection
      
    
    
    
Implementation
PresentationConnection get connection =>
    js_util.getProperty(this, 'connection');
      
      set
      connection
      (PresentationConnection newValue) 
      
    
    
    
Implementation
set connection(PresentationConnection newValue) {
  js_util.setProperty(this, 'connection', newValue);
}