notInThisScc property

  1. @TagNumber(4)
TestAllTypes notInThisScc

Implementation

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

Implementation

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