GoogleAdsSearchads360V23CommonMapsLocationSet.fromJson constructor
GoogleAdsSearchads360V23CommonMapsLocationSet.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonMapsLocationSet.fromJson(core.Map json_)
: this(
mapsLocations: (json_['mapsLocations'] as core.List?)
?.map(
(value) =>
GoogleAdsSearchads360V23CommonMapsLocationInfo.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);