SleepContributors constructor

const SleepContributors({
  1. dynamic deepSleep,
  2. dynamic efficiency,
  3. dynamic latency,
  4. dynamic remSleep,
  5. dynamic restfulness,
  6. dynamic timing,
  7. dynamic totalSleep,
})

Implementation

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