PostgresqlSslConfig constructor

PostgresqlSslConfig({
  1. ServerAndClientVerification? serverAndClientVerification,
  2. ServerVerification? serverVerification,
})

Implementation

PostgresqlSslConfig({
  this.serverAndClientVerification,
  this.serverVerification,
});