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