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