ProductSearchResponseFacetCountsFacetFieldsCategoryInner constructor

ProductSearchResponseFacetCountsFacetFieldsCategoryInner({
  1. int? count,
  2. String? crumb,
  3. String? parent,
  4. String? catId,
  5. String? treePath,
})

Implementation

ProductSearchResponseFacetCountsFacetFieldsCategoryInner({
  this.count,
  this.crumb,
  this.parent,
  this.catId,
  this.treePath,
});