Creates an identity map with the default implementation, LinkedHashMap.
The returned map allows null
as a key.
It iterates in key insertion order.
Source
factory Map.identity() = LinkedHashMap<K, V>.identity;
Creates an identity map with the default implementation, LinkedHashMap.
The returned map allows null
as a key.
It iterates in key insertion order.
factory Map.identity() = LinkedHashMap<K, V>.identity;