async property

bool async

Implementation

_i2.bool get async => _i4.getProperty(
      this,
      'async',
    );
void async=(bool value)

Implementation

set async(_i2.bool value) {
  _i4.setProperty(
    this,
    'async',
    value,
  );
}