Config constructor

Config({
  1. List<EnvironmentVariable>? effectiveEnv,
  2. List<EnvironmentVariable>? env,
  3. RunConfig? runConfig,
})

Implementation

Config({this.effectiveEnv, this.env, this.runConfig});