SignalMap<K, V>.from constructor
SignalMap<K, V>.from (
- Map other
see dart core documentation
Implementation
factory SignalMap.from(Map other) => SignalMap(LinkedHashMap.from(other));