ScoringConfig constructor

ScoringConfig({
  1. bool? disableFreshness,
  2. bool? disablePersonalization,
})

Implementation

ScoringConfig({
  this.disableFreshness,
  this.disablePersonalization,
});