autofocus property

bool autofocus

Implementation

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

Implementation

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