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