ProcessDeclaration constructor

ProcessDeclaration(
  1. String executable,
  2. List<String> args, {
  3. ProcessStartMode? mode,
  4. String? workingDirectory,
})

Implementation

ProcessDeclaration(this.executable, this.args,
    {this.mode, this.workingDirectory});