RouterNatRule constructor

RouterNatRule({
  1. RouterNatRuleAction? action,
  2. String? description,
  3. String? match,
  4. int? ruleNumber,
})

Implementation

RouterNatRule({
  this.action,
  this.description,
  this.match,
  this.ruleNumber,
});