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