toJson method

Map toJson()

Converts the inner map to a JSON string.

Implementation

Map toJson() {
  return innerMap;
}