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