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