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