Campaign constructor

Campaign({
  1. dynamic id,
  2. dynamic name,
})

Implementation

Campaign({
  this.id,
  this.name,
});