RestrictionEvaluation.fromJson constructor

RestrictionEvaluation.fromJson(
  1. Map json_
)

Implementation

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