SleepBean constructor
SleepBean({
- required int type,
- required SleepInfo? sleepInfo,
- required HistorySleepBean? historySleep,
- required HistoryNapSleepBean? historyNapSleep,
- required int? goalSleepTime,
Implementation
SleepBean({
required this.type,
required this.sleepInfo,
required this.historySleep,
required this.historyNapSleep,
required this.goalSleepTime,
});