MongodbProfile constructor

MongodbProfile({
  1. List<HostAddress>? hostAddresses,
  2. String? password,
  3. String? replicaSet,
  4. String? secretManagerStoredPassword,
  5. SrvConnectionFormat? srvConnectionFormat,
  6. MongodbSslConfig? sslConfig,
  7. StandardConnectionFormat? standardConnectionFormat,
  8. String? username,
})

Implementation

MongodbProfile({
  this.hostAddresses,
  this.password,
  this.replicaSet,
  this.secretManagerStoredPassword,
  this.srvConnectionFormat,
  this.sslConfig,
  this.standardConnectionFormat,
  this.username,
});