MySQLPacketAuthSwitchResponse constructor
MySQLPacketAuthSwitchResponse({
- required Uint8List authData,
Implementation
MySQLPacketAuthSwitchResponse({
required this.authData,
});
MySQLPacketAuthSwitchResponse({
required this.authData,
});