GoogleAdsSearchads360V23ServicesCartDataItem constructor

GoogleAdsSearchads360V23ServicesCartDataItem({
  1. String? productId,
  2. int? quantity,
  3. double? unitPrice,
})

Implementation

GoogleAdsSearchads360V23ServicesCartDataItem({
  this.productId,
  this.quantity,
  this.unitPrice,
});