RouterNatLogConfig.fromJson constructor

RouterNatLogConfig.fromJson(
  1. Map json_
)

Implementation

RouterNatLogConfig.fromJson(core.Map json_)
  : this(
      enable: json_['enable'] as core.bool?,
      filter: json_['filter'] as core.String?,
    );