Exhaustive constructor

const Exhaustive({
  1. bool? facetsCount,
  2. bool? facetValues,
  3. bool? nbHits,
  4. bool? rulesMatch,
  5. bool? typo,
})

Returns a new Exhaustive instance.

Implementation

const Exhaustive({
  this.facetsCount,
  this.facetValues,
  this.nbHits,
  this.rulesMatch,
  this.typo,
});