reallySmallInt64 property

  1. @TagNumber(22)
Int64 reallySmallInt64

Implementation

@$pb.TagNumber(22)
$fixnum.Int64 get reallySmallInt64 => $_getI64(21);
  1. @TagNumber(22)
void reallySmallInt64=(Int64 v)

Implementation

@$pb.TagNumber(22)
set reallySmallInt64($fixnum.Int64 v) { $_setInt64(21, v); }