ShoppingCTAEvent constructor Null safety

ShoppingCTAEvent(
  1. {String url = "",
  2. String productId = "",
  3. String unitId = ""}
)

Implementation

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