async property

bool get async

Implementation

bool get async => _getAttributeBool('async');
set async (bool value)

Implementation

set async(bool value) {
  _setAttributeBool('async', value);
}