ariaAutoComplete property
String?
get
ariaAutoComplete
Implementation
String? get ariaAutoComplete => js_util.getProperty(this, 'ariaAutoComplete');
set
ariaAutoComplete
(String? newValue)
Implementation
set ariaAutoComplete(String? newValue) {
js_util.setProperty(this, 'ariaAutoComplete', newValue);
}