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