SleepContributors constructor
const
SleepContributors({
- dynamic deepSleep,
- dynamic efficiency,
- dynamic latency,
- dynamic remSleep,
- dynamic restfulness,
- dynamic timing,
- dynamic totalSleep,
Implementation
const SleepContributors({
this.deepSleep,
this.efficiency,
this.latency,
this.remSleep,
this.restfulness,
this.timing,
this.totalSleep,
});