GoogleAdsSearchads360V23CommonShoppingComparisonListingAdInfo.fromJson constructor
GoogleAdsSearchads360V23CommonShoppingComparisonListingAdInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonShoppingComparisonListingAdInfo.fromJson(
core.Map json_,
) : this(headline: json_['headline'] as core.String?);