AuthzPolicyAuthzRuleTo constructor
AuthzPolicyAuthzRuleTo({
- List<
AuthzPolicyAuthzRuleToRequestOperation> ? notOperations, - List<
AuthzPolicyAuthzRuleToRequestOperation> ? operations,
Implementation
AuthzPolicyAuthzRuleTo({this.notOperations, this.operations});