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