PriceCompetitiveness constructor

PriceCompetitiveness({
  1. String? benchmarkPriceCurrencyCode,
  2. String? benchmarkPriceMicros,
  3. String? countryCode,
})

Implementation

PriceCompetitiveness({
  this.benchmarkPriceCurrencyCode,
  this.benchmarkPriceMicros,
  this.countryCode,
});