MmConfigSqlSettings constructor
MmConfigSqlSettings({})
Returns a new MmConfigSqlSettings instance.
Implementation
MmConfigSqlSettings({
this.driverName,
this.dataSource,
this.dataSourceReplicas = const [],
this.maxIdleConns,
this.maxOpenConns,
this.trace,
this.atRestEncryptKey,
});