HealthCheckLogConfig.fromJson constructor

HealthCheckLogConfig.fromJson(
  1. Map json_
)

Implementation

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