BaseRolloutStrategyAttribute.fromJson constructor
Implementation
BaseRolloutStrategyAttribute.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);