GoogleAdsSearchads360V23CommonShoppingComparisonListingAdInfo.fromJson constructor

GoogleAdsSearchads360V23CommonShoppingComparisonListingAdInfo.fromJson(
  1. Map json_
)

Implementation

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