ProcessExecutionOptions constructor

ProcessExecutionOptions({
  1. String? cwd,
  2. Object? env,
})

Implementation

factory ProcessExecutionOptions({
  _i2.String? cwd,
  _i2.Object? env,
}) =>
    ProcessExecutionOptions._(
      cwd: cwd,
      env: env ?? _i6.undefined,
    );