GrpctlshealthCheck constructor

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

Implementation

GrpctlshealthCheck({this.grpcServiceName, this.port, this.portSpecification})
  : super(fullyQualifiedName);