TripModel constructor
Implementation
TripModel({
required this.id,
this.flights,
this.totalDuration,
this.stops,
this.mileageCost,
this.totalTaxes,
this.currency,
this.onlinePrice,
this.discountedPrice,
this.discountedPercentage,
});