subtree property

bool subtree

Implementation

bool get subtree => js_util.getProperty(this, 'subtree');
void subtree=(bool newValue)

Implementation

set subtree(bool newValue) {
  js_util.setProperty(this, 'subtree', newValue);
}