klyn.collections.SortedMapSync.toString
method
public native override toString() as String
Description

Returns the ts:{...} representation of this synchronized sorted map.

Returns

A Klyn synchronized sorted-map literal representation.

Example
assert ts:{"answer": 42}.toString() == "ts:{\"answer\": 42}"