HandshakeHandler constructor
HandshakeHandler(])
Implementation
HandshakeHandler(String? this._user, String? this._password, int? this._maxPacketSize, int? this._characterSet,
[String? db, bool? useCompression, bool? useSSL])
: _db = db,
this.useCompression = useCompression,
this.useSSL = useSSL;