reallySmallInt32 property

  1. @TagNumber(21)
int reallySmallInt32

Implementation

@$pb.TagNumber(21)
$core.int get reallySmallInt32 => $_getI(20, -2147483648);
  1. @TagNumber(21)
void reallySmallInt32=(int v)

Implementation

@$pb.TagNumber(21)
set reallySmallInt32($core.int v) {
  $_setSignedInt32(20, v);
}