ExperimentConfigVersionReleaseTrafficAllocation.fromJson constructor
ExperimentConfigVersionReleaseTrafficAllocation.fromJson(
- Map json_
Implementation
ExperimentConfigVersionReleaseTrafficAllocation.fromJson(core.Map json_)
: this(
appVersion: json_['appVersion'] as core.String?,
id: json_['id'] as core.String?,
trafficPercentage: json_['trafficPercentage'] as core.int?,
);