MultiKeyMap<K, V> constructor

MultiKeyMap<K, V>()

Implementation

MultiKeyMap() {
  items = [];
}