DataMainPage class

Constructors

DataMainPage({MicroPricing? microPricing, int? price, int? duration, String? currency, String? currencySymbol, String? clientName, String? url, String? title, String? contentType, Coupon? couponDetails, bool? downloadExists, bool? bundle, Pixels? pixels, String? logoUrl, ValidPass? validPass, PaywallCustomization? paywallCustomization, bool? subscriptionsExist, String? subscriptionDomain, String? pathUrl, List? categories, String? detectedCountry, Coupon? couponForPass, String? subscriptionUrl})
DataMainPage.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