Sleep constructor
Sleep({
- String? createTime,
- SessionTimeInterval? interval,
- SleepMetadata? metadata,
- List<
OutOfBedSegment> ? outOfBedSegments, - List<
SleepStage> ? shortAwakenings, - List<
SleepStage> ? stages, - SleepSummary? summary,
- String? type,
- String? updateTime,
Implementation
Sleep({
this.createTime,
this.interval,
this.metadata,
this.outOfBedSegments,
this.shortAwakenings,
this.stages,
this.summary,
this.type,
this.updateTime,
});