SignalMap<K, V>.identity constructor
SignalMap<K, V>.identity ()
see dart core documentation
Implementation
factory SignalMap.identity() => SignalMap(LinkedHashMap<K, V>.identity());
see dart core documentation
factory SignalMap.identity() => SignalMap(LinkedHashMap<K, V>.identity());