MembershipRoleRestrictionEvaluation.fromJson constructor

MembershipRoleRestrictionEvaluation.fromJson(
  1. Map json_
)

Implementation

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