withPayload property

  1. @TagNumber(7)
WithPayloadSelector get withPayload

Implementation

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

Implementation

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