participantCount property

  1. @TagNumber.new(1)
ParticipantCount get participantCount

Implementation

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

Implementation

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