notInThisScc property

  1. @TagNumber(4)
TestAllTypes get notInThisScc

Implementation

@$pb.TagNumber(4)
TestAllTypes get notInThisScc => $_getN(1);
  1. @TagNumber(4)
set notInThisScc (TestAllTypes v)

Implementation

@$pb.TagNumber(4)
set notInThisScc(TestAllTypes v) { setField(4, v); }