CampaignGoal constructor
CampaignGoal({
- String? campaignGoalType,
- PerformanceGoal? performanceGoal,
Implementation
CampaignGoal({
this.campaignGoalType,
this.performanceGoal,
});