UpdatedPurchaserInfo constructor

UpdatedPurchaserInfo(
  1. List<String> nonSubscriptionsProductIds,
  2. List<String> activePaidAccessLevels,
  3. List<String> activeSubscriptionsIds
)

Implementation

UpdatedPurchaserInfo(this.nonSubscriptionsProductIds,
    this.activePaidAccessLevels, this.activeSubscriptionsIds);