toJson method

Object toJson()

Implementation

Object toJson() {
  return <String, Object>{
    'southwest': southwest.toJson(),
    'northeast': northeast.toJson(),
  };
}