HealthCheck constructor
HealthCheck({})
Implementation
HealthCheck({
required this.healthyThreshold,
required this.interval,
required this.target,
required this.timeout,
required this.unhealthyThreshold,
});