setMinWordSizeFor1Typo method

AlgoliaSettings setMinWordSizeFor1Typo(
  1. int value
)

MinWordSizeFor1Typo (Typos)

TODO: Documentation to be added.

Source: Learn more

Implementation

AlgoliaSettings setMinWordSizeFor1Typo(int value) {
  assert(!_parameters.containsKey('minWordSizefor1Typo'));
  return _copyWithParameters(<String, dynamic>{'minWordSizefor1Typo': value});
}