newValue property Null safety

double newValue

Implementation

@$pb.TagNumber(2)
$core.double get newValue => $_getN(1);
void newValue=(double v)

Implementation

@$pb.TagNumber(2)
set newValue($core.double v) { $_setFloat(1, v); }