AttributionCampaign constructor
AttributionCampaign({})
Creates an AttributionCampaign instance.
Implementation
AttributionCampaign({
required this.id,
required this.name,
required this.type,
required this.isOrganic,
});