FirewallPolicyRuleSecureTag constructor

FirewallPolicyRuleSecureTag({
  1. String? name,
  2. String? state,
})

Implementation

FirewallPolicyRuleSecureTag({
  this.name,
  this.state,
});