SleepStreamResponse constructor
SleepStreamResponse({
- List<
Measurement> hrv = const [], - List<
Measurement> heartrate = const [], - List<
Measurement> hypnogram = const [], - List<
Measurement> respiratoryRate = const [],
Implementation
SleepStreamResponse({
this.hrv = const [],
this.heartrate = const [],
this.hypnogram = const [],
this.respiratoryRate = const [],
});