async property

bool get async

Implementation

_i2.bool get async => _i3.getProperty(
      this,
      'async',
    );
set async (bool value)

Implementation

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