toJson method

String toJson()

Implementation

String toJson() {
  return _jsonMap.entries.firstWhere((element) => element.value == this).key;
}