MySqlConnection constructor
MySqlConnection(
- Duration _timeout,
- ReqRespConnection _conn
Implementation
MySqlConnection(this._timeout, this._conn);
MySqlConnection(this._timeout, this._conn);