Modification constructor
Modification()
Implementation
Modification(
this.key,
this.campaignId,
this.campaignName,
this.variationGroupId,
this.variationGroupName,
this.variationId,
this.variationName,
this.isReference,
this.campaignType,
this.slug,
dynamic pValue) {
value = pValue;
}