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