toJsonString method

string toJsonString()

Returns a JSON string representation of the map.

Implementation

string toJsonString() => jsonEncode(toJson());