compares two values as keys to determine equality and ordering for IndexedDB operations, such as storing and iterating.
@override int cmp(Object first, Object second) => compareKeys(first, second);