public native override toString() as String
Returns the t:{...} representation of the sorted map.
t:{...}
A Klyn sorted-map literal representation.
assert t:{"answer": 42}.toString() == "t:{\"answer\": 42}"