Campaign constructor

Campaign({
  1. String? id,
  2. String? createdAt,
  3. bool? customersCanUseMultipleCampaign,
})

Implementation

Campaign({this.id, this.createdAt, this.customersCanUseMultipleCampaign});