NamiSKU constructor

NamiSKU(
  1. String description,
  2. String title,
  3. NamiSKUType type,
  4. String? localizedMultipliedPrice,
  5. String price,
  6. String? subscriptionGroupIdentifier,
  7. String skuId,
  8. String localizedPrice,
  9. int numberOfUnits,
  10. String? priceLanguage,
  11. String priceCurrency,
  12. String? priceCountry,
  13. PeriodUnit periodUnit,
  14. bool featured,
)

Implementation

NamiSKU(
    this.description,
    this.title,
    this.type,
    this.localizedMultipliedPrice,
    this.price,
    this.subscriptionGroupIdentifier,
    this.skuId,
    this.localizedPrice,
    this.numberOfUnits,
    this.priceLanguage,
    this.priceCurrency,
    this.priceCountry,
    this.periodUnit,
    this.featured);