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