autocomplete property

String autocomplete

Implementation

String get autocomplete => js_util.getProperty(this, 'autocomplete');
void autocomplete=(String newValue)

Implementation

set autocomplete(String newValue) {
  js_util.setProperty(this, 'autocomplete', newValue);
}