RouterNatLogConfig constructor

RouterNatLogConfig({
  1. bool? enable,
  2. String? filter,
})

Implementation

RouterNatLogConfig({
  this.enable,
  this.filter,
});