MongodbProfile constructor
      
      MongodbProfile({ 
    
    
- List<HostAddress> ? hostAddresses,
- String? password,
- String? replicaSet,
- String? secretManagerStoredPassword,
- SrvConnectionFormat? srvConnectionFormat,
- MongodbSslConfig? sslConfig,
- StandardConnectionFormat? standardConnectionFormat,
- String? username,
Implementation
MongodbProfile({
  this.hostAddresses,
  this.password,
  this.replicaSet,
  this.secretManagerStoredPassword,
  this.srvConnectionFormat,
  this.sslConfig,
  this.standardConnectionFormat,
  this.username,
});