TargetingExpansionConfig.fromJson constructor
TargetingExpansionConfig.fromJson(
- Map json_
Implementation
TargetingExpansionConfig.fromJson(core.Map json_)
: this(
excludeFirstPartyAudience:
json_['excludeFirstPartyAudience'] as core.bool?,
targetingExpansionLevel:
json_['targetingExpansionLevel'] as core.String?,
);