nextMatch property

  1. @TagNumber(2)
ExecutionFilter_Strategy_NextMatch nextMatch

Implementation

@$pb.TagNumber(2)
ExecutionFilter_Strategy_NextMatch get nextMatch => $_getN(1);
  1. @TagNumber(2)
void nextMatch=(ExecutionFilter_Strategy_NextMatch v)

Implementation

@$pb.TagNumber(2)
set nextMatch(ExecutionFilter_Strategy_NextMatch v) {
  setField(2, v);
}