array/zip_object library

Functions

zipObject<K, V>(List<K> keys, List<V> values) Map<K, V>
Creates a new map from the given keys and values arrays.