NamiPaywall constructor

NamiPaywall(
  1. String id,
  2. String? developerPaywallId,
  3. String? backgroundImageUrlPhone,
  4. String? backgroundImageUrlTablet,
  5. String? name,
  6. String? title,
  7. String? body,
  8. LegalCitations? legalCitations,
  9. PaywallDisplayOptions displayOptions,
  10. String? purchaseTerms,
  11. String type,
  12. Map? extraData,
  13. PaywallStyleData? styleData,
  14. List<String> namiSkus,
  15. NamiLocaleConfig localeConfig,
)

Implementation

NamiPaywall(
    this.id,
    this.developerPaywallId,
    this.backgroundImageUrlPhone,
    this.backgroundImageUrlTablet,
    this.name,
    this.title,
    this.body,
    this.legalCitations,
    this.displayOptions,
    this.purchaseTerms,
    this.type,
    this.extraData,
    this.styleData,
    this.namiSkus,
    this.localeConfig);