HealthCheckServiceReference.fromJson constructor
HealthCheckServiceReference.fromJson(
- Map json_
Implementation
HealthCheckServiceReference.fromJson(core.Map json_)
: this(
healthCheckService: json_['healthCheckService'] as core.String?,
);