executionType property

  1. @TagNumber(1)
ExecutionType get executionType

Defines the type to query for.

Implementation

@$pb.TagNumber(1)
ExecutionType get executionType => $_getN(0);
  1. @TagNumber(1)
set executionType (ExecutionType v)

Implementation

@$pb.TagNumber(1)
set executionType(ExecutionType v) { setField(1, v); }