Returns an immutable map, mapping only the specified key to the specified value.
KtMap<K, V> mapFrom<K, V>([Map<K, V> map = const {}]) => KtMap.from(map);