matchIntentRequest property

  1. @TagNumber(1)
MatchIntentRequest matchIntentRequest

Implementation

@$pb.TagNumber(1)
MatchIntentRequest get matchIntentRequest => $_getN(0);
  1. @TagNumber(1)
void matchIntentRequest=(MatchIntentRequest v)

Implementation

@$pb.TagNumber(1)
set matchIntentRequest(MatchIntentRequest v) {
  setField(1, v);
}