$AdvertiserTargetingConfig.fromJson constructor
$AdvertiserTargetingConfig.fromJson(
- Map json_
Implementation
$AdvertiserTargetingConfig.fromJson(core.Map json_)
: this(
exemptTvFromViewabilityTargeting:
json_.containsKey('exemptTvFromViewabilityTargeting')
? json_['exemptTvFromViewabilityTargeting'] as core.bool
: null,
);