toObject method

dynamic toObject()

Implementation

dynamic toObject() => {
      _Keys.timeStart: timeStart,
      _Keys.timeEnd: timeEnd,
      _Keys.timerDuration: timerDuration,
      _Keys.movingTime: movingTime,
      _Keys.latitudeInDegree: latitudeInDegree,
      _Keys.longitudeInDegree: longitudeInDegree,
      _Keys.elevation: elevation,
      _Keys.airTemperature: airTemperature,
      _Keys.heartRate: heartRate,
      _Keys.speed: speed,
      _Keys.stepsPerMinute: stepsPerMinute,
      _Keys.distance: distance,
      _Keys.powerInWatts: powerInWatts,
      _Keys.bikeCadenceRPM: bikeCadenceRPM,
      _Keys.swimCadenceStrokesPerMinute: swimCadenceStrokesPerMinute,
    };