CatalogQueryItemsForTax constructor

CatalogQueryItemsForTax({
  1. List<String>? taxIds,
})

Implementation

CatalogQueryItemsForTax({
  this.taxIds
});