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