ObsMap<K, V>.from constructor
- Map other
Creates a LinkedHashMap with the same keys and values as other
.
Implementation
factory ObsMap.from(Map other) => ObsMap(Map<K, V>.from(other));
Creates a LinkedHashMap with the same keys and values as other
.
factory ObsMap.from(Map other) => ObsMap(Map<K, V>.from(other));