PubGlobalRunCmd class

pub global run

Inheritance
Implementers
Available extensions

Constructors

PubGlobalRunCmd(String _command, List<String> _arguments)
Call pub global run

Properties

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

Methods

clone() → ProcessCmd
Clone
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCommandString() → String

Available on ShellCommand, provided by the ProcessRunShellCommandExt extension

Convert to a single line command string
toDebugString() → String
Debug string
inherited
toString() → String
A string representation of this object.

Operators

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