FeatureRolloutStrategyAttribute.fromJson constructor

FeatureRolloutStrategyAttribute.fromJson(
  1. Map<String, dynamic> json
)

Implementation

FeatureRolloutStrategyAttribute.fromJson(Map<String, dynamic> json)
    : this.conditional = fromJson_conditional(json),
      this.fieldName = fromJson_fieldName(json),
      this.values = fromJson_values(json),
      this.type = fromJson_type(json);