AuthzPolicyAuthzRule constructor
AuthzPolicyAuthzRule({
- AuthzPolicyAuthzRuleFrom? from,
- AuthzPolicyAuthzRuleTo? to,
- String? when,
Implementation
AuthzPolicyAuthzRule({
this.from,
this.to,
this.when,
});