ExperimentConfigVersionRelease constructor

ExperimentConfigVersionRelease({
  1. String? state,
  2. List<ExperimentConfigVersionReleaseTrafficAllocation>? trafficAllocations,
})

Implementation

ExperimentConfigVersionRelease({this.state, this.trafficAllocations});