withPayload property

  1. @TagNumber(2)
WithPayloadSelector get withPayload

Implementation

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

Implementation

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