controls property

bool controls

Implementation

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

Implementation

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