withPayload property

  1. @TagNumber(6)
WithPayloadSelector get withPayload

Implementation

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

Implementation

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