async property

bool async

Implementation

bool get async => js_util.getProperty(this, 'async');
void async=(bool newValue)

Implementation

set async(bool newValue) {
  js_util.setProperty(this, 'async', newValue);
}