trueSpeed property

bool get trueSpeed

Implementation

bool get trueSpeed => js_util.getProperty(this, 'trueSpeed');
set trueSpeed (bool newValue)

Implementation

set trueSpeed(bool newValue) {
  js_util.setProperty(this, 'trueSpeed', newValue);
}