ToMapIterableExtension<E> extension

on

Methods

toMap<K, V>({K key(E element)?, V value(E element)?}) Map<K, V>
Returns an Map from an Iterable.