VariantDetails class
Constructors
-
VariantDetails.fromMap(Map<
String, dynamic> map)
Properties
- allocationId → String?
-
Unique identifier for this allocation (paywall UUID)
no setter
- allocationIndex → int?
-
Index of chosen variant (1 to len(variants))
no setter
-
allocationMetadata
→ Map<
String, dynamic> ? -
Additional allocation metadata
no setter
- allocationName → String?
-
Name or identifier of the allocation/variant (e.g., paywall template name)
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited