ExperimentConfigVersionReleaseTrafficAllocation.fromJson constructor

ExperimentConfigVersionReleaseTrafficAllocation.fromJson(
  1. 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?,
    );