MySQLPacketAuthSwitchResponse constructor
MySQLPacketAuthSwitchResponse({
- required Uint8List authData,
Construtor que recebe os dados de autenticação.
Implementation
MySQLPacketAuthSwitchResponse({
required this.authData,
});