MembershipRoleRestrictionEvaluation.fromJson constructor

MembershipRoleRestrictionEvaluation.fromJson(
  1. Map json_
)

Implementation

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