MysqlSslConfig constructor
MysqlSslConfig({})
Implementation
MysqlSslConfig({
this.caCertificate,
this.caCertificateSet,
this.clientCertificate,
this.clientCertificateSet,
this.clientKey,
this.clientKeySet,
});