public native override toString() as String
Returns the {...} representation of the entries.
{...}
A Klyn hash-map literal representation.
values = HashMap<String, Int>() values["answer"] = 42 assert values.toString() == "{\"answer\": 42}"