SignalMap<K, V>.from constructor

SignalMap<K, V>.from(
  1. Map other
)

see dart core documentation

Implementation

factory SignalMap.from(Map other) => SignalMap(LinkedHashMap.from(other));