GoogleCloudRetailV2ProductDetail constructor
GoogleCloudRetailV2ProductDetail({
- GoogleCloudRetailV2Product? product,
- int? quantity,
Implementation
GoogleCloudRetailV2ProductDetail({
this.product,
this.quantity,
});