CustomClickLinkButtonEvent constructor Null safety

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

Implementation

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