DatabaseConnectionConfiguration.withConnectionInfo(String username, String password, String host, int port, String databaseName, { bool temporary: false })

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;
}