PersistentHashMap<K extends Object, V>.empty constructor Null safety

const PersistentHashMap<K extends Object, V>.empty()

Creates an empty hash map.

Implementation

const PersistentHashMap.empty() : this._(null);