opsDispatchedAsync property

num get opsDispatchedAsync

Implementation

_i2.num get opsDispatchedAsync => _i3.getProperty(
      this,
      'opsDispatchedAsync',
    );
set opsDispatchedAsync (num value)

Implementation

set opsDispatchedAsync(_i2.num value) {
  _i3.setProperty(
    this,
    'opsDispatchedAsync',
    value,
  );
}