HandshakeHandler constructor

HandshakeHandler(
  1. String? _user,
  2. String? _password,
  3. int? _maxPacketSize,
  4. int? _characterSet, [
  5. String? db,
  6. bool? useCompression,
  7. bool? useSSL,
])

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;