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