HealthCheckConfig constructor
HealthCheckConfig({
- required HealthCheckType type,
- int? failureThreshold,
- String? resourcePath,
Implementation
HealthCheckConfig({
required this.type,
this.failureThreshold,
this.resourcePath,
});