toExecutionTypeEnum method

ExecutionType toExecutionTypeEnum()

Implementation

ExecutionType toExecutionTypeEnum() =>
    ExecutionType.values.firstWhere((s) => describeEnum(s) == this);