ProductViewAggregationValue constructor

ProductViewAggregationValue({
  1. int? approximateCount,
  2. String? value,
})

Implementation

ProductViewAggregationValue({
  this.approximateCount,
  this.value,
});