Gets the BatchItem at the given index.
index
BatchItem getBatchItem(int index) { final slot = _requireSlot(index); return _batchItems[slot]; }