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