GoogleCloudRetailV2PriceInfoPriceRange constructor

GoogleCloudRetailV2PriceInfoPriceRange({
  1. GoogleCloudRetailV2Interval? originalPrice,
  2. GoogleCloudRetailV2Interval? price,
})

Implementation

GoogleCloudRetailV2PriceInfoPriceRange({
  this.originalPrice,
  this.price,
});