ProcessExecution.$2 constructor

ProcessExecution.$2(
  1. String process, [
  2. ProcessExecutionOptions? options
])

Implementation

factory ProcessExecution.$2(
  _i2.String process, [
  _i3.ProcessExecutionOptions? options,
]) =>
    _i5.callConstructor(
      _declaredProcessExecution,
      [
        process,
        options ?? _i6.undefined,
      ],
    );