MySQLPacketHandshakeResponse41 constructor
MySQLPacketHandshakeResponse41({})
Implementation
MySQLPacketHandshakeResponse41({
required this.capabilityFlags,
required this.maxPacketSize,
required this.characterSet,
required this.authResponse,
required this.authPluginName,
required this.username,
this.database,
});