Returns the values for keys (in the same order).
keys
List<V> getValuesInKeysOrder(Iterable<K> keys) => keys.map((k) => this[k]!).toList();