optionalUint321000 property

  1. @TagNumber(1000)
int get optionalUint321000

Implementation

@$pb.TagNumber(1000)
$core.int get optionalUint321000 => $_getIZ(7);
  1. @TagNumber(1000)
set optionalUint321000 (int v)

Implementation

@$pb.TagNumber(1000)
set optionalUint321000($core.int v) { $_setUnsignedInt32(7, v); }