RollupDataPoint constructor

RollupDataPoint({
  1. ActiveEnergyBurnedRollupValue? activeEnergyBurned,
  2. ActiveMinutesRollupValue? activeMinutes,
  3. ActiveZoneMinutesRollupValue? activeZoneMinutes,
  4. ActivityLevelRollupValue? activityLevel,
  5. AltitudeRollupValue? altitude,
  6. BloodGlucoseRollupValue? bloodGlucose,
  7. BodyFatRollupValue? bodyFat,
  8. CaloriesInHeartRateZoneRollupValue? caloriesInHeartRateZone,
  9. CoreBodyTemperatureRollupValue? coreBodyTemperature,
  10. DistanceRollupValue? distance,
  11. String? endTime,
  12. FloorsRollupValue? floors,
  13. HeartRateRollupValue? heartRate,
  14. HydrationLogRollupValue? hydrationLog,
  15. NutritionLogRollupValue? nutritionLog,
  16. RunVO2MaxRollupValue? runVo2Max,
  17. SedentaryPeriodRollupValue? sedentaryPeriod,
  18. String? startTime,
  19. StepsRollupValue? steps,
  20. SwimLengthsDataRollupValue? swimLengthsData,
  21. TimeInHeartRateZoneRollupValue? timeInHeartRateZone,
  22. TotalCaloriesRollupValue? totalCalories,
  23. WeightRollupValue? weight,
})

Implementation

RollupDataPoint({
  this.activeEnergyBurned,
  this.activeMinutes,
  this.activeZoneMinutes,
  this.activityLevel,
  this.altitude,
  this.bloodGlucose,
  this.bodyFat,
  this.caloriesInHeartRateZone,
  this.coreBodyTemperature,
  this.distance,
  this.endTime,
  this.floors,
  this.heartRate,
  this.hydrationLog,
  this.nutritionLog,
  this.runVo2Max,
  this.sedentaryPeriod,
  this.startTime,
  this.steps,
  this.swimLengthsData,
  this.timeInHeartRateZone,
  this.totalCalories,
  this.weight,
});