KtLinkedMap<K, V>.empty constructor

KtLinkedMap<K, V>.empty()

Implementation

factory KtLinkedMap.empty() => DartLinkedHashMap<K, V>();