ariaAutoComplete property
String?
get
ariaAutoComplete
Implementation
_i2.String? get ariaAutoComplete => _i4.getProperty(
this,
'ariaAutoComplete',
);
set
ariaAutoComplete
(String? value)
Implementation
set ariaAutoComplete(_i2.String? value) {
_i4.setProperty(
this,
'ariaAutoComplete',
value ?? _i6.undefined,
);
}