optionalInt322 property

  1. @TagNumber.new(2)
int get optionalInt322

Implementation

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

Implementation

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