CompositeHealthChecksGetHealthResponseHealthSourceHealth constructor

CompositeHealthChecksGetHealthResponseHealthSourceHealth({
  1. String? healthState,
  2. String? source,
})

Implementation

CompositeHealthChecksGetHealthResponseHealthSourceHealth({
  this.healthState,
  this.source,
});