DatabaseConfiguration.withConnectionInfo constructor
DatabaseConfiguration.withConnectionInfo(})
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,
{bool temporary = false}) {
isTemporary = temporary;
}