OracleAsmConfig constructor

OracleAsmConfig({
  1. String? asmService,
  2. String? hostname,
  3. String? password,
  4. bool? passwordSet,
  5. int? port,
  6. SslConfig? ssl,
  7. String? username,
})

Implementation

OracleAsmConfig({
  this.asmService,
  this.hostname,
  this.password,
  this.passwordSet,
  this.port,
  this.ssl,
  this.username,
});