CompositeHealthCheckHealth constructor

CompositeHealthCheckHealth({
  1. List<CompositeHealthChecksGetHealthResponseHealthSourceHealth> healthSources = const [],
  2. String? healthState,
  3. String? kind,
})

Implementation

CompositeHealthCheckHealth({
  this.healthSources = const [],
  this.healthState,
  this.kind,
}) : super(fullyQualifiedName);