ApphudProduct class
- Annotations
-
- @JsonSerializable(anyMap: true)
Constructors
- ApphudProduct({required String productId, required String store, String? name, ProductDetailsWrapper? productDetails, String? paywallIdentifier, SKProductWrapper? skProduct, String? placementIdentifier})
- ApphudProduct.fromJson(Map map)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
final
- paywallIdentifier → String?
-
final
- placementIdentifier → String?
-
final
- productDetails → ProductDetailsWrapper?
-
final
- productId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skProduct → SKProductWrapper?
-
final
- store → 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