const DbConfig({ required this.host, required this.port, required this.database, required this.user, required this.password, });