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