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