SleepStage constructor

SleepStage({
  1. String? createTime,
  2. String? endTime,
  3. String? endUtcOffset,
  4. String? startTime,
  5. String? startUtcOffset,
  6. String? type,
  7. String? updateTime,
})

Implementation

SleepStage({
  this.createTime,
  this.endTime,
  this.endUtcOffset,
  this.startTime,
  this.startUtcOffset,
  this.type,
  this.updateTime,
});