ShellExecution.$3 constructor

ShellExecution.$3(
  1. Object command,
  2. List<Object> args, [
  3. ShellExecutionOptions? options
])

Implementation

factory ShellExecution.$3(
  _i2.Object command,
  _i2.List<_i2.Object> args, [
  _i3.ShellExecutionOptions? options,
]) =>
    _i5.callConstructor(
      _declaredShellExecution,
      [
        command,
        args,
        options ?? _i6.undefined,
      ],
    );