RollupDataPoint constructor
RollupDataPoint({
- ActiveEnergyBurnedRollupValue? activeEnergyBurned,
- ActiveMinutesRollupValue? activeMinutes,
- ActiveZoneMinutesRollupValue? activeZoneMinutes,
- ActivityLevelRollupValue? activityLevel,
- AltitudeRollupValue? altitude,
- BloodGlucoseRollupValue? bloodGlucose,
- BodyFatRollupValue? bodyFat,
- CaloriesInHeartRateZoneRollupValue? caloriesInHeartRateZone,
- CoreBodyTemperatureRollupValue? coreBodyTemperature,
- DistanceRollupValue? distance,
- String? endTime,
- FloorsRollupValue? floors,
- HeartRateRollupValue? heartRate,
- HydrationLogRollupValue? hydrationLog,
- NutritionLogRollupValue? nutritionLog,
- RunVO2MaxRollupValue? runVo2Max,
- SedentaryPeriodRollupValue? sedentaryPeriod,
- String? startTime,
- StepsRollupValue? steps,
- SwimLengthsDataRollupValue? swimLengthsData,
- TimeInHeartRateZoneRollupValue? timeInHeartRateZone,
- TotalCaloriesRollupValue? totalCalories,
- 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,
});