toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (countries != null) 'countries': countries!,
if (restOfWorld != null) 'restOfWorld': restOfWorld!,
if (syncWithProduction != null)
'syncWithProduction': syncWithProduction!,
};