ShoppingCTAEvent constructor

ShoppingCTAEvent(
  1. {String url = "",
  2. String productId = "",
  3. String unitId = "",
  4. ShoppingCTAHandler? ctaHandler,
  5. required VideoPlaybackDetails video}
)

Implementation

ShoppingCTAEvent({
  this.url = "",
  this.productId = "",
  this.unitId = "",
  this.ctaHandler,
  required this.video,
});