$TargetingExpansionConfig.fromJson constructor

$TargetingExpansionConfig.fromJson(
  1. Map json_
)

Implementation

$TargetingExpansionConfig.fromJson(core.Map json_)
    : this(
        audienceExpansionLevel:
            json_['audienceExpansionLevel'] as core.String?,
        audienceExpansionSeedListExcluded:
            json_['audienceExpansionSeedListExcluded'] as core.bool?,
        enableOptimizedTargeting:
            json_['enableOptimizedTargeting'] as core.bool?,
      );