negativeIntValue property Null safety

Int64 negativeIntValue

Implementation

@$pb.TagNumber(5)
$fixnum.Int64 get negativeIntValue => $_getI64(3);
void negativeIntValue=(Int64 v)

Implementation

@$pb.TagNumber(5)
set negativeIntValue($fixnum.Int64 v) { $_setInt64(3, v); }