toJson method

Map<String, dynamic> toJson()

Implementation

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