BaseRolloutStrategy.fromJson constructor
Implementation
BaseRolloutStrategy.fromJson(Map<String, dynamic> json)
: this.id = fromJson_id(json),
this.percentage = fromJson_percentage(json),
this.percentageAttributes = fromJson_percentageAttributes(json),
this.value = fromJson_value(json),
this.attributes = fromJson_attributes(json);