toJson method

Map<String, dynamic> toJson()

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,
  };
}