ProcessInterfaceOptions constructor

const ProcessInterfaceOptions({
  1. bool runAsAdministrator = false,
  2. bool runInShell = false,
  3. String? workingDirectory,
  4. Map<String, String> environment = const {},
})

Implementation

const ProcessInterfaceOptions(
    {this.runAsAdministrator = false,
    this.runInShell = false,
    this.workingDirectory,
    this.environment = const {}});