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