Faceting constructor

const Faceting({
  1. int? maxValuesPerFacet,
  2. Map<String, FacetingSortTypes>? sortFacetValuesBy,
})

Implementation

const Faceting({
  this.maxValuesPerFacet,
  this.sortFacetValuesBy,
});