GoogleAdsSearchads360V23CommonPromotionQrCodeInfo.fromJson constructor

GoogleAdsSearchads360V23CommonPromotionQrCodeInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonPromotionQrCodeInfo.fromJson(core.Map json_)
  : this(qrCodeContent: json_['qrCodeContent'] as core.String?);