typedef KeyValueIterator<K, V>
no package
A KeyValueIterator is an Iterator that has a key and a value.
alias for
Iterator<{value:V, key:K}>A KeyValueIterator is an Iterator that has a key and a value.
Iterator<{value:V, key:K}>