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