MySQLPacketAuthSwitchResponse constructor

MySQLPacketAuthSwitchResponse({
  1. required Uint8List authData,
})

Implementation

MySQLPacketAuthSwitchResponse({
  required this.authData,
});