PostgresqlSslConfig constructor
PostgresqlSslConfig({
- ServerAndClientVerification? serverAndClientVerification,
- ServerVerification? serverVerification,
Implementation
PostgresqlSslConfig({
this.serverAndClientVerification,
this.serverVerification,
});