CatalogQuerySortedAttribute constructor

CatalogQuerySortedAttribute({
  1. String? attributeName,
  2. String? initialAttributeValue,
  3. SortOrder? sortOrder,
})

Implementation

CatalogQuerySortedAttribute({
  this.attributeName, this.initialAttributeValue, this.sortOrder
});