smallInt32 property

  1. @TagNumber.new(4)
int get smallInt32

Implementation

@$pb.TagNumber(4)
$core.int get smallInt32 => $_getI(3, -2147483647);
  1. @TagNumber.new(4)
set smallInt32 (int value)

Implementation

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