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 value)

Implementation

@$pb.TagNumber(3)
set participantCount(ParticipantCount value) => $_setField(3, value);