AuthzPolicyAuthzRule constructor

AuthzPolicyAuthzRule({
  1. AuthzPolicyAuthzRuleFrom? from,
  2. AuthzPolicyAuthzRuleTo? to,
  3. String? when,
})

Implementation

AuthzPolicyAuthzRule({
  this.from,
  this.to,
  this.when,
});