core.Map<core.String, core.dynamic> toJson() { final northeast = this.northeast; final southwest = this.southwest; return {'northeast': ?northeast, 'southwest': ?southwest}; }