$AdvertiserTargetingConfig.fromJson constructor

$AdvertiserTargetingConfig.fromJson(
  1. Map json_
)

Implementation

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