FlutterCmd class

build a flutter command

Inheritance

Constructors

FlutterCmd(List<String> arguments)

Properties

arguments List<String>
getter/setter pairinherited
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.
override

Operators

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