newValue property Null safety

bool newValue

Implementation

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

Implementation

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