PubGlobalRunCmd class

Inheritance
Implementers

Constructors

PubGlobalRunCmd(String _command, List<String> _arguments)

Properties

arguments List<String>
getter/setter pairinherited
binName String
finalinherited
environment Map<String, String>?
getter/setter pairinherited
executable String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
includeParentEnvironment bool
getter/setter pairinherited
runInShell bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderrEncoding Encoding
getter/setter pairinherited
stdoutEncoding Encoding
getter/setter pairinherited
workingDirectory String?
getter/setter pairinherited

Methods

clone() ProcessCmd
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.

Operators

operator ==(Object other) bool
The equality operator.
inherited