OutOfBedSegment constructor

OutOfBedSegment({
  1. String? endTime,
  2. String? endUtcOffset,
  3. String? startTime,
  4. String? startUtcOffset,
})

Implementation

OutOfBedSegment({
  this.endTime,
  this.endUtcOffset,
  this.startTime,
  this.startUtcOffset,
});