newValue property Null safety

EntityRecord newValue

Implementation

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

Implementation

@$pb.TagNumber(2)
set newValue(EntityRecord v) { setField(2, v); }