Config constructor

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

Implementation

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