optionalInt321000 property

  1. @TagNumber.new(1000)
int get optionalInt321000

Implementation

@$pb.TagNumber(1000)
$core.int get optionalInt321000 => $_getIZ(7);
  1. @TagNumber.new(1000)
set optionalInt321000 (int value)

Implementation

@$pb.TagNumber(1000)
set optionalInt321000($core.int value) => $_setSignedInt32(7, value);