toJsonMap method

JsonMap toJsonMap()

Takes a Map and returns a JsonMap

Implementation

JsonMap toJsonMap() {
  return _toJsonMap(this, HashSet<Map<dynamic, dynamic>>.identity());
}