async property
bool
get
async
Implementation
_i2.bool get async => _i4.getProperty(
this,
'async',
);
set
async
(bool value)
Implementation
set async(_i2.bool value) {
_i4.setProperty(
this,
'async',
value,
);
}