DataPoint constructor
DataPoint({
- ActiveEnergyBurned? activeEnergyBurned,
- ActiveMinutes? activeMinutes,
- ActiveZoneMinutes? activeZoneMinutes,
- ActivityLevel? activityLevel,
- Altitude? altitude,
- BasalEnergyBurned? basalEnergyBurned,
- BloodGlucose? bloodGlucose,
- BodyFat? bodyFat,
- CoreBodyTemperature? coreBodyTemperature,
- DailyHeartRateVariability? dailyHeartRateVariability,
- DailyHeartRateZones? dailyHeartRateZones,
- DailyOxygenSaturation? dailyOxygenSaturation,
- DailyRespiratoryRate? dailyRespiratoryRate,
- DailyRestingHeartRate? dailyRestingHeartRate,
- DailySleepTemperatureDerivations? dailySleepTemperatureDerivations,
- DailyVO2Max? dailyVo2Max,
- DataSource? dataSource,
- Distance? distance,
- Electrocardiogram? electrocardiogram,
- Exercise? exercise,
- Floors? floors,
- Food? food,
- FoodMeasurementUnit? foodMeasurementUnit,
- HeartRate? heartRate,
- HeartRateVariability? heartRateVariability,
- Height? height,
- HydrationLog? hydrationLog,
- IrregularRhythmNotification? irregularRhythmNotification,
- MenstrualPeriod? menstrualPeriod,
- Moods? moods,
- String? name,
- NutritionLog? nutritionLog,
- OvulationTest? ovulationTest,
- OxygenSaturation? oxygenSaturation,
- RespiratoryRateSleepSummary? respiratoryRateSleepSummary,
- RunVO2Max? runVo2Max,
- SedentaryPeriod? sedentaryPeriod,
- Sleep? sleep,
- Steps? steps,
- SwimLengthsData? swimLengthsData,
- Symptoms? symptoms,
- TimeInHeartRateZone? timeInHeartRateZone,
- VO2Max? vo2Max,
- Weight? weight,
Implementation
DataPoint({
this.activeEnergyBurned,
this.activeMinutes,
this.activeZoneMinutes,
this.activityLevel,
this.altitude,
this.basalEnergyBurned,
this.bloodGlucose,
this.bodyFat,
this.coreBodyTemperature,
this.dailyHeartRateVariability,
this.dailyHeartRateZones,
this.dailyOxygenSaturation,
this.dailyRespiratoryRate,
this.dailyRestingHeartRate,
this.dailySleepTemperatureDerivations,
this.dailyVo2Max,
this.dataSource,
this.distance,
this.electrocardiogram,
this.exercise,
this.floors,
this.food,
this.foodMeasurementUnit,
this.heartRate,
this.heartRateVariability,
this.height,
this.hydrationLog,
this.irregularRhythmNotification,
this.menstrualPeriod,
this.moods,
this.name,
this.nutritionLog,
this.ovulationTest,
this.oxygenSaturation,
this.respiratoryRateSleepSummary,
this.runVo2Max,
this.sedentaryPeriod,
this.sleep,
this.steps,
this.swimLengthsData,
this.symptoms,
this.timeInHeartRateZone,
this.vo2Max,
this.weight,
});