toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'northeast_lat': northeast_lat,
      'northeast_lng': northeast_lng,
      'southwest_lat': southwest_lat,
      'southwest_lng': southwest_lng,
    };