HealthCheckReference constructor

HealthCheckReference({
  1. String? healthCheck,
})

Implementation

HealthCheckReference({
  this.healthCheck,
});