SleepStreamResponse constructor

SleepStreamResponse({
  1. List<Measurement> hrv = const [],
  2. List<Measurement> heartrate = const [],
  3. List<Measurement> hypnogram = const [],
  4. List<Measurement> respiratoryRate = const [],
})

Implementation

SleepStreamResponse({
  this.hrv = const [],
  this.heartrate = const [],
  this.hypnogram = const [],
  this.respiratoryRate = const [],
});