HealthCheckServiceReference constructor

HealthCheckServiceReference({
  1. String? healthCheckService,
})

Implementation

HealthCheckServiceReference({
  this.healthCheckService,
});