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