withPayload property

  1. @TagNumber(4)
WithPayloadSelector get withPayload

Implementation

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

Implementation

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