fooLazyMessage property

  1. @TagNumber(11)
TestOneof2_NestedMessage fooLazyMessage

Implementation

@$pb.TagNumber(11)
TestOneof2_NestedMessage get fooLazyMessage => $_getN(8);
  1. @TagNumber(11)
void fooLazyMessage=(TestOneof2_NestedMessage v)

Implementation

@$pb.TagNumber(11)
set fooLazyMessage(TestOneof2_NestedMessage v) { setField(11, v); }