ShellExecution.$3 constructor
ShellExecution.$3(
- Object command,
- List<
Object> args, [ - 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,
],
);