Config constructor
Config({
- List<
EnvironmentVariable> ? env, - RunConfig? runConfig,
Implementation
Config({this.env, this.runConfig});
Config({this.env, this.runConfig});