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