oneofTestAllTypes property

  1. @TagNumber(536870012)
TestAllTypesLite oneofTestAllTypes

Implementation

@$pb.TagNumber(536870012)
TestAllTypesLite get oneofTestAllTypes => $_getN(11);
  1. @TagNumber(536870012)
void oneofTestAllTypes=(TestAllTypesLite v)

Implementation

@$pb.TagNumber(536870012)
set oneofTestAllTypes(TestAllTypesLite v) {
  setField(536870012, v);
}