DBConnectionCredential constructor

const DBConnectionCredential(
  1. String host,
  2. int port,
  3. String user,
  4. String pass,
  5. String db,
)

Implementation

const DBConnectionCredential(
    this.host, this.port, this.user, this.pass, this.db);