Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'lat'] = this.lat; json[r'lon'] = this.lon; return json; }