numParticipants property

  1. @TagNumber(20)
int numParticipants

Implementation

@$pb.TagNumber(20)
$core.int get numParticipants => $_getIZ(15);
  1. @TagNumber(20)
void numParticipants=(int v)

Implementation

@$pb.TagNumber(20)
set numParticipants($core.int v) { $_setSignedInt32(15, v); }