ExperimentConfigVersionReleaseTrafficAllocation constructor

ExperimentConfigVersionReleaseTrafficAllocation({
  1. String? appVersion,
  2. String? id,
  3. int? trafficPercentage,
})

Implementation

ExperimentConfigVersionReleaseTrafficAllocation({
  this.appVersion,
  this.id,
  this.trafficPercentage,
});