toMap method
Converts to a map.
Implementation
JsonMap toMap() => {
'southwest': southwest.toMap(),
'northeast': northeast.toMap(),
};
Converts to a map.
JsonMap toMap() => {
'southwest': southwest.toMap(),
'northeast': northeast.toMap(),
};