controls property

bool get controls

Implementation

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

Implementation

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