Creates an LxMap from an existing Map.
factory LxMap.from(Map<K, V> other) { return LxMap<K, V>(Map<K, V>.from(other)); }