MmEnvironmentConfigSqlSettings constructor

MmEnvironmentConfigSqlSettings({
  1. bool? driverName,
  2. bool? dataSource,
  3. bool? dataSourceReplicas,
  4. bool? maxIdleConns,
  5. bool? maxOpenConns,
  6. bool? trace,
  7. bool? atRestEncryptKey,
})

Returns a new MmEnvironmentConfigSqlSettings instance.

Implementation

MmEnvironmentConfigSqlSettings({
  this.driverName,
  this.dataSource,
  this.dataSourceReplicas,
  this.maxIdleConns,
  this.maxOpenConns,
  this.trace,
  this.atRestEncryptKey,
});