CampaignState constructor

CampaignState({
  1. CampaignStatus? campaignStatus,
})

Implementation

CampaignState({
  this.campaignStatus,
});