itemKeyAt method

Key? itemKeyAt(
  1. int index
)

Returns the item key at a specified index.

Returns null if the index is not found in the permutations.

Implementation

Key? itemKeyAt(int index) => _itemKeyByIndex[index];