LivenessCheck constructor
      
      LivenessCheck({})
     
    
    
Implementation
LivenessCheck({
  this.checkInterval,
  this.failureThreshold,
  this.host,
  this.initialDelay,
  this.path,
  this.successThreshold,
  this.timeout,
});
LivenessCheck({
  this.checkInterval,
  this.failureThreshold,
  this.host,
  this.initialDelay,
  this.path,
  this.successThreshold,
  this.timeout,
});