KtHashMap<K, V>.empty constructor

KtHashMap<K, V>.empty()

Implementation

factory KtHashMap.empty() => DartHashMap<K, V>();