toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (includeGoogleTv != null) 'includeGoogleTv': includeGoogleTv!,
if (includeYoutubeSearch != null)
'includeYoutubeSearch': includeYoutubeSearch!,
if (includeYoutubeVideoPartners != null)
'includeYoutubeVideoPartners': includeYoutubeVideoPartners!,
if (includeYoutubeVideos != null)
'includeYoutubeVideos': includeYoutubeVideos!,
};