ProcessCmd class

Process command

Implementers

Constructors

ProcessCmd(String executable, List<String> arguments, {String? workingDirectory, Map<String, String>? environment, bool includeParentEnvironment = true, bool? runInShell, Encoding stdoutEncoding = systemEncoding, Encoding stderrEncoding = systemEncoding})
Process command

Properties

arguments List<String>
Arguments
getter/setter pair
environment Map<String, String>?
Environment
getter/setter pair
executable String
Executable
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
includeParentEnvironment bool
Include parent environment
getter/setter pair
runInShell bool?
Run in shell
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderrEncoding Encoding
Standard error encoding
getter/setter pair
stdoutEncoding Encoding
Standard output encoding
getter/setter pair
workingDirectory String?
Working directory
getter/setter pair

Methods

clone() ProcessCmd
Clone
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