CampaignModel constructor

CampaignModel(
  1. String name,
  2. String campaign_name,
  3. String description
)

Implementation

CampaignModel(this.name, this.campaign_name, this.description);