mapOf<K, V> function

Map<K, V> mapOf<K, V>(
  1. Map<K, V> map
)

Implementation

Map<K, V> mapOf<K, V>(Map<K, V> map) => map;