CatalogQueryExact constructor

CatalogQueryExact({
  1. String? attributeName,
  2. String? attributeValue,
})

Implementation

CatalogQueryExact({
    this.attributeName, this.attributeValue
});