positiveIntValue property Null safety

Int64 positiveIntValue

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get positiveIntValue => $_getI64(2);
void positiveIntValue=(Int64 v)

Implementation

@$pb.TagNumber(4)
set positiveIntValue($fixnum.Int64 v) { $_setInt64(2, v); }