Subscriber constructor
Subscriber({ - String? uid,
- dynamic referralCode,
- bool? isGlobalSalesPool,
- bool? isFounder,
- bool? isCorporate,
- dynamic wallet,
- String? founderShares,
- dynamic parentId,
- DateTime? createdAt,
- DateTime? updatedAt,
- String? paymentAddress,
- bool? paymentAddressLinked,
- dynamic neoMilesWallet,
- dynamic rank,
- User? user,
- List<Subscription>? subscriptions,
})
Implementation
Subscriber({
this.uid,
this.referralCode,
this.isGlobalSalesPool,
this.isFounder,
this.isCorporate,
this.wallet,
this.founderShares,
this.parentId,
this.createdAt,
this.updatedAt,
this.paymentAddress,
this.paymentAddressLinked,
this.neoMilesWallet,
this.rank,
this.user,
this.subscriptions,
});