trueSpeed property

bool get trueSpeed

@deprecated

Implementation

_i2.bool get trueSpeed => _i4.getProperty(
      this,
      'trueSpeed',
    );
set trueSpeed (bool value)

Implementation

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