linked String Map Of
fun <V> linkedStringMapOf(vararg pairs: Pair<String, V>): LinkedHashMap<String, V>
Content copied to clipboard
Constructs the specialized implementation of LinkedHashMap with String keys, which stores the keys as properties of JS object without hashing them.