ContentDetails class

Constructors

ContentDetails({required MicroPricing microPricing, required int price, required int duration, required String currency, required String currencySymbol, required String clientName, required String url, required String title, required String contentType, required Coupon couponDetails, required bool downloadExists, required bool bundle, required Pixels pixels, required String logoUrl, required ValidPass validPass, required PaywallCustomization paywallCustomization, required bool subscriptionsExist, required String subscriptionDomain, required String pathUrl, required List categories, required String detectedCountry, required Coupon couponForPass, required String subscriptionUrl})
ContentDetails.fromJson(Map<String, dynamic> json)
factory

Properties

bundle bool
getter/setter pair
categories List
getter/setter pair
clientName String
getter/setter pair
contentType String
getter/setter pair
couponDetails Coupon
getter/setter pair
couponForPass Coupon
getter/setter pair
currency String
getter/setter pair
currencySymbol String
getter/setter pair
detectedCountry String
getter/setter pair
downloadExists bool
getter/setter pair
duration int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logoUrl String
getter/setter pair
microPricing MicroPricing
getter/setter pair
pathUrl String
getter/setter pair
paywallCustomization PaywallCustomization
getter/setter pair
pixels Pixels
getter/setter pair
price int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptionDomain String
getter/setter pair
subscriptionsExist bool
getter/setter pair
subscriptionUrl String
getter/setter pair
title String
getter/setter pair
url String
getter/setter pair
validPass ValidPass
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited