ExperimentConfigVersionRelease constructor
ExperimentConfigVersionRelease({
- String? state,
- List<
ExperimentConfigVersionReleaseTrafficAllocation> ? trafficAllocations,
Implementation
ExperimentConfigVersionRelease({this.state, this.trafficAllocations});