DataMainPage constructor

DataMainPage({
  1. MicroPricing? microPricing,
  2. int? price,
  3. int? duration,
  4. String? currency,
  5. String? currencySymbol,
  6. String? clientName,
  7. String? url,
  8. String? title,
  9. String? contentType,
  10. Coupon? couponDetails,
  11. bool? downloadExists,
  12. bool? bundle,
  13. Pixels? pixels,
  14. String? logoUrl,
  15. ValidPass? validPass,
  16. PaywallCustomization? paywallCustomization,
  17. bool? subscriptionsExist,
  18. String? subscriptionDomain,
  19. String? pathUrl,
  20. List? categories,
  21. String? detectedCountry,
  22. Coupon? couponForPass,
  23. String? subscriptionUrl,
})

Implementation

DataMainPage({
  this.microPricing,
  this.price,
  this.duration,
  this.currency,
  this.currencySymbol,
  this.clientName,
  this.url,
  this.title,
  this.contentType,
  this.couponDetails,
  this.downloadExists,
  this.bundle,
  this.pixels,
  this.logoUrl,
  this.validPass,
  this.paywallCustomization,
  this.subscriptionsExist,
  this.subscriptionDomain,
  this.pathUrl,
  this.categories,
  this.detectedCountry,
  this.couponForPass,
  this.subscriptionUrl,
});