HistorySleepBean constructor

HistorySleepBean({
  1. required int? timeType,
  2. required SleepInfo? sleepInfo,
})

Implementation

HistorySleepBean({
  required this.timeType,
  required this.sleepInfo,
});