RespiratoryRateSleepSummary constructor
RespiratoryRateSleepSummary({
- RespiratoryRateSleepSummaryStatistics? deepSleepStats,
- RespiratoryRateSleepSummaryStatistics? fullSleepStats,
- RespiratoryRateSleepSummaryStatistics? lightSleepStats,
- RespiratoryRateSleepSummaryStatistics? remSleepStats,
- ObservationSampleTime? sampleTime,
Implementation
RespiratoryRateSleepSummary({
this.deepSleepStats,
this.fullSleepStats,
this.lightSleepStats,
this.remSleepStats,
this.sampleTime,
});