async property
bool
get
async
Implementation
bool get async => js_util.getProperty(this, 'async');
set
async
(bool newValue)
Implementation
set async(bool newValue) {
js_util.setProperty(this, 'async', newValue);
}