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