ariaBusy property

String? ariaBusy

Implementation

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

Implementation

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