participantCount property

  1. @TagNumber(3)
ParticipantCount participantCount

Implementation

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

Implementation

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