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 value) => $_setField(3, value);