negativeIntValue property

  1. @TagNumber.new(5)
Int64 get negativeIntValue

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get negativeIntValue => $_getI64(3);
  1. @TagNumber.new(5)
set negativeIntValue (Int64 value)

Implementation

@$pb.TagNumber(5)
set negativeIntValue($fixnum.Int64 value) => $_setInt64(3, value);