SleepBreakdown constructor
const
SleepBreakdown({})
Implementation
const SleepBreakdown({
required this.deepMinutes,
required this.remMinutes,
required this.lightMinutes,
required this.awakeMinutes,
required this.asleepMinutes,
});