PersistentHashMap<K extends Object, V>.empty constructor
Creates an empty hash map.
Implementation
const PersistentHashMap.empty() : this._(null);
Creates an empty hash map.
const PersistentHashMap.empty() : this._(null);