CoverageByTime constructor
      
      CoverageByTime({ 
    
    
- List<ReservationCoverageGroup> ? groups,
- DateInterval? timePeriod,
- Coverage? total,
Implementation
CoverageByTime({
  this.groups,
  this.timePeriod,
  this.total,
});