FeatureState.fromJson constructor
Implementation
FeatureState.fromJson(Map<String, dynamic> json)
: this.id = fromJson_id(json),
this.key = fromJson_key(json),
this.l = fromJson_l(json),
this.version = fromJson_version(json),
this.type = fromJson_type(json),
this.value = fromJson_value(json),
this.environmentId = fromJson_environmentId(json),
this.strategies = fromJson_strategies(json);