ShoppingSecondaryCTAEvent constructor
- String url = "",
- String productId = "",
- String unitId = "",
- required VideoPlaybackDetails video,
- CustomProductCTA? customProductCTA,
Implementation
ShoppingSecondaryCTAEvent({
this.url = "",
this.productId = "",
this.unitId = "",
required this.video,
this.customProductCTA,
});