withPayload property

  1. @TagNumber(11)
WithPayloadSelector get withPayload

Implementation

@$pb.TagNumber(11)
WithPayloadSelector get withPayload => $_getN(10);
  1. @TagNumber(11)
set withPayload (WithPayloadSelector v)

Implementation

@$pb.TagNumber(11)
set withPayload(WithPayloadSelector v) {
  $_setField(11, v);
}