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