CatalogQueryRange constructor

CatalogQueryRange({
  1. String? attributeName,
  2. int? attributeMaxValue,
  3. int? attributeMinValue,
})

Implementation

CatalogQueryRange({
  this.attributeName, this.attributeMaxValue, this.attributeMinValue
});