CatalogQuerySortedAttribute constructor

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

Implementation

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