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