DailyRollupDataPoint constructor

DailyRollupDataPoint({
  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. CivilDateTime? civilEndTime,
  10. CivilDateTime? civilStartTime,
  11. CoreBodyTemperatureRollupValue? coreBodyTemperature,
  12. DistanceRollupValue? distance,
  13. FloorsRollupValue? floors,
  14. HeartRateRollupValue? heartRate,
  15. HeartRateVariabilityPersonalRangeRollupValue? heartRateVariabilityPersonalRange,
  16. HydrationLogRollupValue? hydrationLog,
  17. NutritionLogRollupValue? nutritionLog,
  18. RestingHeartRatePersonalRangeRollupValue? restingHeartRatePersonalRange,
  19. RunVO2MaxRollupValue? runVo2Max,
  20. SedentaryPeriodRollupValue? sedentaryPeriod,
  21. StepsRollupValue? steps,
  22. SwimLengthsDataRollupValue? swimLengthsData,
  23. TimeInHeartRateZoneRollupValue? timeInHeartRateZone,
  24. TotalCaloriesRollupValue? totalCalories,
  25. WeightRollupValue? weight,
})

Implementation

DailyRollupDataPoint({
  this.activeEnergyBurned,
  this.activeMinutes,
  this.activeZoneMinutes,
  this.activityLevel,
  this.altitude,
  this.bloodGlucose,
  this.bodyFat,
  this.caloriesInHeartRateZone,
  this.civilEndTime,
  this.civilStartTime,
  this.coreBodyTemperature,
  this.distance,
  this.floors,
  this.heartRate,
  this.heartRateVariabilityPersonalRange,
  this.hydrationLog,
  this.nutritionLog,
  this.restingHeartRatePersonalRange,
  this.runVo2Max,
  this.sedentaryPeriod,
  this.steps,
  this.swimLengthsData,
  this.timeInHeartRateZone,
  this.totalCalories,
  this.weight,
});