ComponentHealth constructor
ComponentHealth({
- String? component,
- List<
HealthCheck> ? componentHealthChecks, - String? componentHealthType,
- String? state,
- List<
ComponentHealth> ? subComponentsHealth,
Implementation
ComponentHealth({
this.component,
this.componentHealthChecks,
this.componentHealthType,
this.state,
this.subComponentsHealth,
});