Meta class

Constructors

Meta({int? adultPassengerLimit, String? comment, String? createdAt, String? currency, String? expiryDate, String? id, bool? isAddon, bool? isRenewal, bool? isUpgrade, int? maxOneRoundTripBooking, int? maxOneWayTripBooking, String? name, int? neoMilesBonusEarned, int? neoMilesPaymentPercentage, String? neoMilesTransactionId, int? neoOneMonthlySubscription, String? originalPackageCurrency, String? originalPackagePrice, String? package, int? passengerChangeCounter, String? paymentHash, String? paymentId, String? price, String? status, String? subscriberId, String? type, String? updatedAt, String? wallet})
Meta.fromJson(Map<String, dynamic> json)
factory

Properties

adultPassengerLimit int?
getter/setter pair
comment String?
getter/setter pair
createdAt String?
getter/setter pair
currency String?
getter/setter pair
expiryDate String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isAddon bool?
getter/setter pair
isRenewal bool?
getter/setter pair
isUpgrade bool?
getter/setter pair
maxOneRoundTripBooking int?
getter/setter pair
maxOneWayTripBooking int?
getter/setter pair
name String?
getter/setter pair
neoMilesBonusEarned int?
getter/setter pair
neoMilesPaymentPercentage int?
getter/setter pair
neoMilesTransactionId String?
getter/setter pair
neoOneMonthlySubscription int?
getter/setter pair
originalPackageCurrency String?
getter/setter pair
originalPackagePrice String?
getter/setter pair
package String?
getter/setter pair
passengerChangeCounter int?
getter/setter pair
paymentHash String?
getter/setter pair
paymentId String?
getter/setter pair
price String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
subscriberId String?
getter/setter pair
type String?
getter/setter pair
updatedAt String?
getter/setter pair
wallet String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited