CampaignGoal constructor

CampaignGoal({
  1. String? campaignGoalType,
  2. PerformanceGoal? performanceGoal,
})

Implementation

CampaignGoal({
  this.campaignGoalType,
  this.performanceGoal,
});