GRPCHealthCheck constructor

GRPCHealthCheck({
  1. String? grpcServiceName,
  2. int? port,
  3. String? portName,
  4. String? portSpecification,
})

Implementation

GRPCHealthCheck({
  this.grpcServiceName,
  this.port,
  this.portName,
  this.portSpecification,
});