menu
dbtools package
documentation
commands/models/config.dart
Config
Config.new const constructor
Config.new const constructor
dark_mode
light_mode
Config
constructor
const
Config
(
{
String
migrationsPath
=
_migrationsPath
,
Map
<
String
,
EnvConfig
>
envs
=
const {}
,
})
Implementation
const Config({ this.migrationsPath = _migrationsPath, this.envs = const {}, });
dbtools package
documentation
commands/models/config
Config
Config.new const constructor
Config class