GoogleAdsSearchads360V23CommonDynamicLocalAsset constructor

GoogleAdsSearchads360V23CommonDynamicLocalAsset({
  1. String? address,
  2. String? androidAppLink,
  3. String? category,
  4. List<String>? contextualKeywords,
  5. String? dealId,
  6. String? dealName,
  7. String? description,
  8. String? formattedPrice,
  9. String? formattedSalePrice,
  10. String? imageUrl,
  11. String? iosAppLink,
  12. String? iosAppStoreId,
  13. String? price,
  14. String? salePrice,
  15. List<String>? similarDealIds,
  16. String? subtitle,
})

Implementation

GoogleAdsSearchads360V23CommonDynamicLocalAsset({
  this.address,
  this.androidAppLink,
  this.category,
  this.contextualKeywords,
  this.dealId,
  this.dealName,
  this.description,
  this.formattedPrice,
  this.formattedSalePrice,
  this.imageUrl,
  this.iosAppLink,
  this.iosAppStoreId,
  this.price,
  this.salePrice,
  this.similarDealIds,
  this.subtitle,
});