ShellExecution.$2 constructor

ShellExecution.$2(
  1. String commandLine, [
  2. ShellExecutionOptions? options
])

Implementation

factory ShellExecution.$2(
  _i2.String commandLine, [
  _i3.ShellExecutionOptions? options,
]) =>
    _i5.callConstructor(
      _declaredShellExecution,
      [
        commandLine,
        options ?? _i6.undefined,
      ],
    );