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