SecurityPolicyRuleRedirectOptions constructor

SecurityPolicyRuleRedirectOptions({
  1. String? target,
  2. String? type,
})

Implementation

SecurityPolicyRuleRedirectOptions({
  this.target,
  this.type,
});