RespiratoryRateSleepSummary constructor

RespiratoryRateSleepSummary({
  1. RespiratoryRateSleepSummaryStatistics? deepSleepStats,
  2. RespiratoryRateSleepSummaryStatistics? fullSleepStats,
  3. RespiratoryRateSleepSummaryStatistics? lightSleepStats,
  4. RespiratoryRateSleepSummaryStatistics? remSleepStats,
  5. ObservationSampleTime? sampleTime,
})

Implementation

RespiratoryRateSleepSummary({
  this.deepSleepStats,
  this.fullSleepStats,
  this.lightSleepStats,
  this.remSleepStats,
  this.sampleTime,
});