ToLinkedHashMapExtension<T> extension

on

Methods

toLinkedHashMap<TKey, TValue>(MapEntry<TKey, TValue> entrySelector(T element), {bool modifiable = true}) Map<TKey, TValue>

Available on Iterable<T>, provided by the ToLinkedHashMapExtension extension

Converts the iterable to a LinkedHashMap.