credential property

DBConnectionCredential get credential

Returns the DBConnectionCredential.

Implementation

DBConnectionCredential get credential =>
    DBConnectionCredential(host, port, user, pass, db);