autocapitalize property

String get autocapitalize

Implementation

String get autocapitalize => js_util.getProperty(this, 'autocapitalize');
set autocapitalize (String newValue)

Implementation

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