CompositeHealthCheckHealth constructor
CompositeHealthCheckHealth({
- List<
CompositeHealthChecksGetHealthResponseHealthSourceHealth> healthSources = const [], - String? healthState,
- String? kind,
Implementation
CompositeHealthCheckHealth({
this.healthSources = const [],
this.healthState,
this.kind,
}) : super(fullyQualifiedName);