ReadinessCheck constructor

ReadinessCheck({
  1. String? path,
  2. int? port,
})

Implementation

ReadinessCheck({
  this.path,
  this.port,
});