Config constructor

const Config({
  1. String migrationsPath = _migrationsPath,
  2. Map<String, EnvConfig> envs = const {},
})

Implementation

const Config({
  this.migrationsPath = _migrationsPath,
  this.envs = const {},
});