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