reallySmallInt64 property

  1. @TagNumber.new(22)
Int64 get reallySmallInt64

Implementation

@$pb.TagNumber(22)
$fixnum.Int64 get reallySmallInt64 => $_getI64(21);
  1. @TagNumber.new(22)
set reallySmallInt64 (Int64 value)

Implementation

@$pb.TagNumber(22)
set reallySmallInt64($fixnum.Int64 value) => $_setInt64(21, value);