CampaignCache constructor

CampaignCache({
  1. String? campaignId,
  2. String? campaignName,
  3. String? variationGroupId,
  4. String? variationGroupName,
  5. String? variationId,
  6. String? variationName,
  7. bool? isReference,
  8. String? type,
  9. bool? activated,
  10. Map? flags,
})

Implementation

CampaignCache({
  this.campaignId,
  this.campaignName,
  this.variationGroupId,
  this.variationGroupName,
  this.variationId,
  this.variationName,
  this.isReference,
  this.type,
  this.activated,
  this.flags,
});