PgSessionSettings constructor

PgSessionSettings({
  1. Duration? connectTimeout,
  2. Duration? queryTimeout,
  3. TimeZoneSettings? timeZone,
  4. Encoding? encoding,
  5. bool onBadSslCertificate(
    1. X509Certificate
    )?,
  6. StreamChannelTransformer<BaseMessage, BaseMessage>? transformer,
})

Implementation

PgSessionSettings({
  this.connectTimeout,
  this.queryTimeout,
  this.timeZone,
  this.encoding,
  this.onBadSslCertificate,
  this.transformer,
});