participantCount property

  1. @TagNumber(1)
ParticipantCount get participantCount

Implementation

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

Implementation

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