DatabaseConfiguration.withConnectionInfo constructor Null safety
A named constructor that contains all of the properties of this instance.
Implementation
DatabaseConfiguration.withConnectionInfo(
this.username,
this.password,
this.host,
this.port,
this.databaseName, {
this.isTemporary = false,
});