healthCheckResponse property

  1. @TagNumber.new(14)
HealthCheckResponse get healthCheckResponse

HealthCheckResponse is sent in response to the HealthCheckRequest. It contains the participant count in the call.

Implementation

@$pb.TagNumber(14)
HealthCheckResponse get healthCheckResponse => $_getN(10);
  1. @TagNumber.new(14)
set healthCheckResponse (HealthCheckResponse value)

Implementation

@$pb.TagNumber(14)
set healthCheckResponse(HealthCheckResponse value) => $_setField(14, value);