MarketapClickEvent constructor

MarketapClickEvent({
  1. required MarketapCampaignType campaignType,
  2. required String campaignId,
  3. String? url,
})

Implementation

MarketapClickEvent({
  required this.campaignType,
  required this.campaignId,
  this.url,
});