ApphudPaywall class

Annotations
  • @JsonSerializable(anyMap: true)

Constructors

ApphudPaywall({required String identifier, String? experimentName, Map<String, dynamic>? json, List<ApphudProduct>? products, String? placementIdentifier, String? variationName, String? parentPaywallIdentifier})
ApphudPaywall.fromJson(Map map)
factory

Properties

experimentName String?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
final
json Map<String, dynamic>?
final
parentPaywallIdentifier String?
final
placementIdentifier String?
final
products List<ApphudProduct>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variationName String?
final

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.
override

Operators

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