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