GoogleCloudRetailV2ProductDetail constructor

GoogleCloudRetailV2ProductDetail({
  1. GoogleCloudRetailV2Product? product,
  2. int? quantity,
})

Implementation

GoogleCloudRetailV2ProductDetail({
  this.product,
  this.quantity,
});