ApphudProduct constructor
ApphudProduct({
- required String productId,
- required String store,
- String? name,
- ProductDetailsWrapper? productDetails,
- String? paywallIdentifier,
- SKProductWrapper? skProduct,
- String? placementIdentifier,
Implementation
ApphudProduct({
required this.productId,
required this.store,
this.name,
this.productDetails,
this.paywallIdentifier,
this.skProduct,
this.placementIdentifier,
});