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