participantCount property

  1. @TagNumber(3)
ParticipantCount get participantCount

participant_count contains the summary of the counts.

Implementation

@$pb.TagNumber(3)
ParticipantCount get participantCount => $_getN(2);
  1. @TagNumber(3)
set participantCount (ParticipantCount v)

Implementation

@$pb.TagNumber(3)
set participantCount(ParticipantCount v) { setField(3, v); }