toJsonString method

String? toJsonString()

Converts this map to JSON object.

Returns a JSON representation of this map.

Implementation

String? toJsonString() {
  return JsonConverter.toJson(innerValue());
}