A named constructor that contains all of the properties of this instance.
Source
DatabaseConnectionConfiguration.withConnectionInfo(this.username, this.password, this.host, this.port, this.databaseName, {bool temporary: false}) { isTemporary = temporary; }