DailyOxygenSaturation constructor

DailyOxygenSaturation({
  1. double? averagePercentage,
  2. Date? date,
  3. double? lowerBoundPercentage,
  4. double? standardDeviationPercentage,
  5. double? upperBoundPercentage,
})

Implementation

DailyOxygenSaturation({
  this.averagePercentage,
  this.date,
  this.lowerBoundPercentage,
  this.standardDeviationPercentage,
  this.upperBoundPercentage,
});