SignalMap<K, V>.identity constructor

SignalMap<K, V>.identity()

see dart core documentation

Implementation

factory SignalMap.identity() => SignalMap(LinkedHashMap<K, V>.identity());