toJson method

Map<String, dynamic> toJson()

Implementation

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