ContentDetails2 constructor

ContentDetails2({
  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. CouponDetails? couponDetails,
  11. bool? downloadExists,
  12. bool? bundle,
  13. UserDetails? userDetails,
  14. Pixels? pixels,
  15. String? logoUrl,
  16. ValidPass? validPass,
  17. PaywallCustomization? paywallCustomization,
  18. bool? subscriptionsExist,
  19. String? subscriptionDomain,
  20. String? pathUrl,
  21. String? detectedCountry,
  22. CouponDetails? couponForPass,
  23. String? subscriptionUrl,
})

Implementation

ContentDetails2(
    {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.userDetails,
    this.pixels,
    this.logoUrl,
    this.validPass,
    this.paywallCustomization,
    this.subscriptionsExist,
    this.subscriptionDomain,
    this.pathUrl,
    // this.categories,
    this.detectedCountry,
    this.couponForPass,
    this.subscriptionUrl});