optionalInt323 property

  1. @TagNumber.new(3)
int get optionalInt323

Implementation

@$pb.TagNumber(3)
$core.int get optionalInt323 => $_getIZ(2);
  1. @TagNumber.new(3)
set optionalInt323 (int value)

Implementation

@$pb.TagNumber(3)
set optionalInt323($core.int value) => $_setSignedInt32(2, value);