ShoppingSecondaryCTAEvent constructor

ShoppingSecondaryCTAEvent({
  1. String url = "",
  2. String productId = "",
  3. String unitId = "",
  4. required VideoPlaybackDetails video,
  5. CustomProductCTA? customProductCTA,
})

Implementation

ShoppingSecondaryCTAEvent({
  this.url = "",
  this.productId = "",
  this.unitId = "",
  required this.video,
  this.customProductCTA,
});