withPayload property

  1. @TagNumber(8)
WithPayloadSelector get withPayload

Implementation

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

Implementation

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