dart / 2 / dart-collection / linkedhashmap / linkedhashmap.identity.html

LinkedHashMap<K, V>.identity constructor

LinkedHashMap<K, V>.identity()

Creates an insertion-ordered identity-based map.

Effectively shorthand for:

LinkedHashMap<K, V>(equals: identical,
                    hashCode: identityHashCode)

Implementation

external factory LinkedHashMap.identity();

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-collection/LinkedHashMap/LinkedHashMap.identity.html