CoverageByTime constructor

CoverageByTime({
  1. List<ReservationCoverageGroup>? groups,
  2. DateInterval? timePeriod,
  3. Coverage? total,
})

Implementation

CoverageByTime({
  this.groups,
  this.timePeriod,
  this.total,
});