core.Map<core.String, core.dynamic> toJson() => { if (country != null) 'country': country!, if (posDataProviders != null) 'posDataProviders': posDataProviders!, };