oneofSubmessage property

  1. @TagNumber.new(2)
TestAllTypesLite get oneofSubmessage

Implementation

@$pb.TagNumber(2)
TestAllTypesLite get oneofSubmessage => $_getN(1);
  1. @TagNumber.new(2)
set oneofSubmessage (TestAllTypesLite value)

Implementation

@$pb.TagNumber(2)
set oneofSubmessage(TestAllTypesLite value) => $_setField(2, value);