Check if a pallet is fully loaded
bool isPalletFullyLoaded(String palletName) { return _fullyLoadedPallets.contains(palletName); }