opsDispatched property

num get opsDispatched

Implementation

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

Implementation

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