executionTypeQuery property

  1. @TagNumber(2)
ExecutionTypeQuery get executionTypeQuery

Implementation

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

Implementation

@$pb.TagNumber(2)
set executionTypeQuery(ExecutionTypeQuery v) { setField(2, v); }