DbConfig constructor
const
DbConfig({})
Implementation
const DbConfig({
required this.host,
required this.port,
required this.database,
this.username,
this.password,
this.dbType = DatabaseType.postgresql,
this.ssl = false,
});