ShellExecution class
Represents a task execution that happens inside a shell.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- ShellExecution.$1()
-
factory
- ShellExecution.$2(String commandLine, [ShellExecutionOptions? options])
-
factory
-
ShellExecution.$3(Object command, List<
Object> args, [ShellExecutionOptions? options]) -
factory
Properties
-
args
↔ List<
Object> -
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell args. Isundefined
if created with a full command line.getter/setter pair - command ↔ Object
-
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell command. Isundefined
if created with a full command line.getter/setter pair - commandLine ↔ String?
-
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell command line. Isundefined
if created with a command and arguments.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- options ↔ ShellExecutionOptions
-
Available on ShellExecution, provided by the ShellExecution$Typings extension
The shell options used when the command line is executed in a shell. Defaults to undefined.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited