MarketapClickEvent constructor
MarketapClickEvent({
- required MarketapCampaignType campaignType,
- required String campaignId,
- String? url,
Implementation
MarketapClickEvent({
required this.campaignType,
required this.campaignId,
this.url,
});