SslConfig constructor
SslConfig({})
Implementation
SslConfig({
this.additionalVariables,
this.clientCertType,
this.clientCertificate,
this.clientPrivateKey,
this.clientPrivateKeyPass,
this.privateServerCertificate,
this.serverCertType,
this.trustModel,
this.type,
this.useSsl,
});