reallySmallInt32 property

  1. @TagNumber.new(21)
int get reallySmallInt32

Implementation

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

Implementation

@$pb.TagNumber(21)
set reallySmallInt32($core.int value) => $_setSignedInt32(20, value);