CatalogQueryPrefix constructor

CatalogQueryPrefix({
  1. String? attributeName,
  2. String? attributePrefix,
})

Implementation

CatalogQueryPrefix({
  this.attributeName, this.attributePrefix
});