Returns the item key at a specified index.
Returns null if the index is not found in the permutations.
null
Key? itemKeyAt(int index) => _itemKeyByIndex[index];