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