isPalletFullyLoaded method

bool isPalletFullyLoaded(
  1. String palletName
)

Check if a pallet is fully loaded

Implementation

bool isPalletFullyLoaded(String palletName) {
  return _fullyLoadedPallets.contains(palletName);
}