OracleSslConfig constructor

OracleSslConfig({
  1. String? caCertificate,
  2. bool? caCertificateSet,
})

Implementation

OracleSslConfig({
  this.caCertificate,
  this.caCertificateSet,
});