autofocus property
bool
get
autofocus
Implementation
bool get autofocus => js_util.getProperty(this, 'autofocus');
set
autofocus
(bool newValue)
Implementation
set autofocus(bool newValue) {
js_util.setProperty(this, 'autofocus', newValue);
}