NamiEntitlement constructor

NamiEntitlement(
  1. String? name,
  2. String? description,
  3. String referenceId,
  4. List<NamiSKU> relatedSKUs,
  5. List<NamiSKU> purchasedSKUs,
  6. List<NamiPurchase> activePurchases,
)

Implementation

NamiEntitlement(this.name, this.description, this.referenceId,
    this.relatedSKUs, this.purchasedSKUs, this.activePurchases);