Creates an unordered identity-based map.
Effectively a shorthand for:
new HashMap(equals: identical,
hashCode: identityHashCodeOf)
Source
external factory HashMap.identity();
Creates an unordered identity-based map.
Effectively a shorthand for:
new HashMap(equals: identical,
hashCode: identityHashCodeOf)
external factory HashMap.identity();