Campaign constructor

Campaign({
  1. int? id,
})

Implementation

Campaign({
  this.id,
});