googleapis package
documentation
$shared
$Command
$Command constructor
$Command
$Command
constructor
Null safety
$Command
(
{
List
<
String
>
?
args
,
String
?
dir
,
List
<
String
>
?
env
,
String
?
id
,
String
?
name
,
List
<
String
>
?
waitFor
}
)
Implementation
$Command({ this.args, this.dir, this.env, this.id, this.name, this.waitFor, });
googleapis package
documentation
$shared
$Command
$Command constructor
$Command class
Constructors
$Command
fromJson
Properties
args
dir
env
hashCode
id
name
runtimeType
waitFor
Methods
noSuchMethod
toJson
toString
Operators
operator ==