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