root property

dynamic root

Implementation

dynamic get root => js_util.getProperty(this, 'root');
void root=(dynamic newValue)

Implementation

set root(dynamic newValue) {
  js_util.setProperty(this, 'root', newValue);
}