ariaSelected property

String? ariaSelected

Implementation

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

Implementation

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