AdaptyPaywall class

Constructors

AdaptyPaywall.fromMap(Map<String, dynamic> map)

Properties

abTestName String?
Paywall A/B test name
final
customPayload Map<String, dynamic>?
The custom JSON formatted data configured in Adapty Dashboard.
final
customPayloadString String?
The custom JSON formatted data configured in Adapty Dashboard. (String representation)
final
developerId String?
The identifier of the paywall, configured in Adapty Dashboard.
final
hashCode int
The hash code for this object.
no setterinherited
isPromo bool?
Whether this paywall is a part of the Promo Campaign.
final
name String?
Paywall name
final
products List<AdaptyProduct>?
An array of ProductModel objects related to this paywall.
final
revision int?
The current revision (version) of the paywall. Every change within the paywall creates a new revision.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variationId String?
The identifier of the variation, used to attribute purchases to the paywall.
final
visualPaywall String?
final

Methods

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

Operators

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