ApphudUser constructor
ApphudUser({
- required String userId,
- required List<
ApphudSubscriptionWrapper> subscriptions, - required List<
ApphudNonRenewingPurchase> purchases, - required List<
ApphudPlacement> rawPlacements, - required List<
ApphudPaywall> rawPaywalls, - required bool hasPurchases,
Implementation
ApphudUser({
required this.userId,
required this.subscriptions,
required this.purchases,
required this.rawPlacements,
required this.rawPaywalls,
required this.hasPurchases,
});