ContentDetails constructor

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

Implementation

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