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