SslConfig constructor

SslConfig({
  1. String? caSource,
  2. String? sslMode,
})

Implementation

SslConfig({
  this.caSource,
  this.sslMode,
});