unlockSorted property

Map<K, V> unlockSorted

Unlocks the map, returning a regular, mutable, ordered, sorted, Map of type LinkedHashMap. This map is "safe", in the sense that is independent from the original IMap.

Implementation

Map<K, V> get unlockSorted => <K, V>{}..addEntries(toEntryIList());