SleepResponse constructor

SleepResponse({
  1. List<SleepData> sleep = const [],
})

Implementation

SleepResponse({
  this.sleep = const [],
});