Returns the indexth key. The index must be non-negative and less than length. Index zero represents the first key.
index
K keyAt(int index) => _list[index];