participantCount property
participant_count contains the summary of the counts.
Implementation
@$pb.TagNumber(3)
ParticipantCount get participantCount => $_getN(2);
Implementation
@$pb.TagNumber(3)
set participantCount(ParticipantCount v) { setField(3, v); }