Data constructor
Data({ - String? uid,
- String? referralCode,
- bool? isGlobalSalesPool,
- bool? isFounder,
- bool? isCorporate,
- String? wallet,
- bool? hasConfirmedBooking,
- String? founderShares,
- String? parentId,
- String? createdAt,
- String? updatedAt,
- String? loggedInLocation,
- Subscriptions? currentSubscription,
- List<Subscriptions>? addons,
- List<String>? prevReferralCode,
- UserModel? user,
- UserConfig? userConfig,
- int? totalAdultPassengerLimit,
- int? totalUnusedAdultPassengerLimit,
- int? totalNeoMilesPaymentPercentage,
- int? totalNeoOneMonthlySubscription,
- int? adultPassengerLimit,
- int? maxExclusiveBookings,
- int? unusedExclusiveBookings,
})
Implementation
Data({
this.uid,
this.referralCode,
this.isGlobalSalesPool,
this.isFounder,
this.isCorporate,
this.wallet,
this.hasConfirmedBooking,
this.founderShares,
this.parentId,
this.createdAt,
this.updatedAt,
this.loggedInLocation,
this.currentSubscription,
this.addons,
this.prevReferralCode,
this.user,
this.userConfig,
this.totalAdultPassengerLimit,
this.totalUnusedAdultPassengerLimit,
this.totalNeoMilesPaymentPercentage,
this.totalNeoOneMonthlySubscription,
this.adultPassengerLimit,
this.maxExclusiveBookings,
this.unusedExclusiveBookings
});