newValue property Null safety

Int64 newValue

Implementation

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

Implementation

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