ShoppingCTAEvent constructor
- {String url = "",
- String productId = "",
- String unitId = "",
- ShoppingCTAHandler? ctaHandler}
Implementation
ShoppingCTAEvent({
this.url = "",
this.productId = "",
this.unitId = "",
this.ctaHandler,
});
ShoppingCTAEvent({
this.url = "",
this.productId = "",
this.unitId = "",
this.ctaHandler,
});