PostgresConfig constructor
const
PostgresConfig({})
Implementation
const PostgresConfig({
required this.host,
required this.port,
required this.database,
required this.username,
required this.password,
});
const PostgresConfig({
required this.host,
required this.port,
required this.database,
required this.username,
required this.password,
});