toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final includeGoogleTv = this.includeGoogleTv;
final includeYoutube = this.includeYoutube;
final includeYoutubeVideoPartners = this.includeYoutubeVideoPartners;
return {
'includeGoogleTv': ?includeGoogleTv,
'includeYoutube': ?includeYoutube,
'includeYoutubeVideoPartners': ?includeYoutubeVideoPartners,
};
}