SecurityPolicyRuleMatcher constructor

SecurityPolicyRuleMatcher({
  1. SecurityPolicyRuleMatcherConfig? config,
  2. Expr? expr,
  3. String? versionedExpr,
})

Implementation

SecurityPolicyRuleMatcher({
  this.config,
  this.expr,
  this.versionedExpr,
});