GRPCTLSHealthCheck constructor

GRPCTLSHealthCheck({
  1. String? grpcServiceName,
  2. int? port,
  3. String? portSpecification,
})

Implementation

GRPCTLSHealthCheck({this.grpcServiceName, this.port, this.portSpecification});