CatalogQuerySet constructor

CatalogQuerySet({
  1. String? attributeName,
  2. List<String>? attributeValues,
})

Implementation

CatalogQuerySet({
  this.attributeName, this.attributeValues
});