CustomTapProductCardEvent constructor

CustomTapProductCardEvent(
  1. {String url = "",
  2. String productId = "",
  3. String unitId = "",
  4. required VideoPlaybackDetails video}
)

Implementation

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