ProcessCmd class
Constructors
Properties
-
arguments
↔ List<
String> -
getter/setter pair
-
environment
↔ Map<
String, String> ? -
getter/setter pair
- executable ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- includeParentEnvironment ↔ bool
-
getter/setter pair
- runInShell ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stderrEncoding ↔ Encoding
-
getter/setter pair
- stdoutEncoding ↔ Encoding
-
getter/setter pair
- workingDirectory ↔ String?
-
getter/setter pair
Methods
-
clone(
) → ProcessCmd -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override