$YoutubeAndPartnersInventorySourceConfig.fromJson constructor

$YoutubeAndPartnersInventorySourceConfig.fromJson(
  1. Map json_
)

Implementation

$YoutubeAndPartnersInventorySourceConfig.fromJson(core.Map json_)
  : this(
      includeGoogleTv: json_['includeGoogleTv'] as core.bool?,
      includeYoutube: json_['includeYoutube'] as core.bool?,
      includeYoutubeVideoPartners:
          json_['includeYoutubeVideoPartners'] as core.bool?,
    );