ContentDetails2 class
Constructors
- ContentDetails2({MicroPricing? microPricing, int? price, int? duration, String? currency, String? currencySymbol, String? clientName, String? url, String? title, String? contentType, CouponDetails? couponDetails, bool? downloadExists, bool? bundle, UserDetails? userDetails, Pixels? pixels, String? logoUrl, ValidPass? validPass, PaywallCustomization? paywallCustomization, bool? subscriptionsExist, String? subscriptionDomain, String? pathUrl, String? detectedCountry, CouponDetails? couponForPass, String? subscriptionUrl})
-
ContentDetails2.fromJson(Map<
String, dynamic> json)
Properties
- bundle ↔ bool?
-
getter/setter pair
- clientName ↔ String?
-
getter/setter pair
- contentType ↔ String?
-
getter/setter pair
- couponDetails ↔ CouponDetails?
-
getter/setter pair
- couponForPass ↔ CouponDetails?
-
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
- userDetails ↔ UserDetails?
-
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