toMap method

JsonMap toMap()

Converts to a map.

Implementation

JsonMap toMap() => {
      'southwest': southwest.toMap(),
      'northeast': northeast.toMap(),
    };