GoogleAdsSearchads360V23CommonChainFilter.fromJson constructor
GoogleAdsSearchads360V23CommonChainFilter.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonChainFilter.fromJson(core.Map json_)
: this(
chainId: json_['chainId'] as core.String?,
locationAttributes: (json_['locationAttributes'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);