TagTypeAutocompleter constructor

const TagTypeAutocompleter(
  1. {required TagType tagType,
  2. required OpenFoodFactsLanguage language,
  3. OpenFoodFactsCountry? country,
  4. String? categories,
  5. String? shape,
  6. int limit = 25,
  7. UriProductHelper uriHelper = uriHelperFoodProd,
  8. User? user}
)

Implementation

const TagTypeAutocompleter({
  required this.tagType,
  required this.language,
  this.country,
  this.categories,
  this.shape,
  this.limit = 25,
  this.uriHelper = uriHelperFoodProd,
  this.user,
});