ToLinkedHashMapExtension<T> extension

on

Methods

toLinkedHashMap<TKey, TValue>(MapEntry<TKey, TValue> entrySelector(T element), {bool modifiable = true}) Map<TKey, TValue>
Converts the iterable to a LinkedHashMap.