core.Map<core.String, core.dynamic> toJson() { final dateRange = this.dateRange; final durationDays = this.durationDays; return {'dateRange': ?dateRange, 'durationDays': ?durationDays}; }