RouterNatRule constructor
RouterNatRule({
- RouterNatRuleAction? action,
- String? description,
- String? match,
- int? ruleNumber,
Implementation
RouterNatRule({
this.action,
this.description,
this.match,
this.ruleNumber,
});