newValue property

  1. @TagNumber(2)
int newValue

Implementation

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

Implementation

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