groupUint32 property

  1. @TagNumber(203)
int groupUint32

Implementation

@$pb.TagNumber(203)
$core.int get groupUint32 => $_getIZ(1);
  1. @TagNumber(203)
void groupUint32=(int v)

Implementation

@$pb.TagNumber(203)
set groupUint32($core.int v) {
  $_setUnsignedInt32(1, v);
}