ProcessDeclaration constructor
ProcessDeclaration(
- String executable,
- List<
String> args, { - ProcessStartMode? mode,
- String? workingDirectory,
Implementation
ProcessDeclaration(
this.executable,
this.args, {
this.mode,
this.workingDirectory,
});