DataPoint constructor

DataPoint({
  1. ActiveEnergyBurned? activeEnergyBurned,
  2. ActiveMinutes? activeMinutes,
  3. ActiveZoneMinutes? activeZoneMinutes,
  4. ActivityLevel? activityLevel,
  5. Altitude? altitude,
  6. BasalEnergyBurned? basalEnergyBurned,
  7. BloodGlucose? bloodGlucose,
  8. BodyFat? bodyFat,
  9. CoreBodyTemperature? coreBodyTemperature,
  10. DailyHeartRateVariability? dailyHeartRateVariability,
  11. DailyHeartRateZones? dailyHeartRateZones,
  12. DailyOxygenSaturation? dailyOxygenSaturation,
  13. DailyRespiratoryRate? dailyRespiratoryRate,
  14. DailyRestingHeartRate? dailyRestingHeartRate,
  15. DailySleepTemperatureDerivations? dailySleepTemperatureDerivations,
  16. DailyVO2Max? dailyVo2Max,
  17. DataSource? dataSource,
  18. Distance? distance,
  19. Electrocardiogram? electrocardiogram,
  20. Exercise? exercise,
  21. Floors? floors,
  22. Food? food,
  23. FoodMeasurementUnit? foodMeasurementUnit,
  24. HeartRate? heartRate,
  25. HeartRateVariability? heartRateVariability,
  26. Height? height,
  27. HydrationLog? hydrationLog,
  28. IrregularRhythmNotification? irregularRhythmNotification,
  29. MenstrualPeriod? menstrualPeriod,
  30. Moods? moods,
  31. String? name,
  32. NutritionLog? nutritionLog,
  33. OvulationTest? ovulationTest,
  34. OxygenSaturation? oxygenSaturation,
  35. RespiratoryRateSleepSummary? respiratoryRateSleepSummary,
  36. RunVO2Max? runVo2Max,
  37. SedentaryPeriod? sedentaryPeriod,
  38. Sleep? sleep,
  39. Steps? steps,
  40. SwimLengthsData? swimLengthsData,
  41. Symptoms? symptoms,
  42. TimeInHeartRateZone? timeInHeartRateZone,
  43. VO2Max? vo2Max,
  44. 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,
});