ShellConfig constructor

const ShellConfig({
  1. String? workingDirectory,
  2. Map<String, String>? environment,
  3. bool includeParentEnvironment = true,
})

Implementation

const ShellConfig({
  this.workingDirectory,
  this.environment,
  this.includeParentEnvironment = true,
});