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