RestrictionEvaluation.fromJson constructor
RestrictionEvaluation.fromJson(
- Map json_
Implementation
RestrictionEvaluation.fromJson(core.Map json_)
: this(
state: json_['state'] as core.String?,
);