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