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