Meta constructor

Meta({
  1. int? adultPassengerLimit,
  2. String? comment,
  3. String? createdAt,
  4. String? currency,
  5. String? expiryDate,
  6. String? id,
  7. bool? isAddon,
  8. bool? isRenewal,
  9. bool? isUpgrade,
  10. int? maxOneRoundTripBooking,
  11. int? maxOneWayTripBooking,
  12. String? name,
  13. int? neoMilesBonusEarned,
  14. int? neoMilesPaymentPercentage,
  15. String? neoMilesTransactionId,
  16. int? neoOneMonthlySubscription,
  17. String? originalPackageCurrency,
  18. String? originalPackagePrice,
  19. String? package,
  20. int? passengerChangeCounter,
  21. String? paymentHash,
  22. String? paymentId,
  23. String? price,
  24. String? status,
  25. String? subscriberId,
  26. String? type,
  27. String? updatedAt,
  28. String? wallet,
})

Implementation

Meta({
    this.adultPassengerLimit,
    this.comment,
    this.createdAt,
    this.currency,
    this.expiryDate,
    this.id,
    this.isAddon,
    this.isRenewal,
    this.isUpgrade,
    this.maxOneRoundTripBooking,
    this.maxOneWayTripBooking,
    this.name,
    this.neoMilesBonusEarned,
    this.neoMilesPaymentPercentage,
    this.neoMilesTransactionId,
    this.neoOneMonthlySubscription,
    this.originalPackageCurrency,
    this.originalPackagePrice,
    this.package,
    this.passengerChangeCounter,
    this.paymentHash,
    this.paymentId,
    this.price,
    this.status,
    this.subscriberId,
    this.type,
    this.updatedAt,
    this.wallet,
});