currentSpeed method

double currentSpeed()

Implementation

double currentSpeed() {
  return _currentSpeed ?? 1;
}