SearchIntent constructor

SearchIntent(
  1. String apiKey, {
  2. String? hint,
  3. SearchFilter? searchFilter,
})

Implementation

SearchIntent(
  this.apiKey, {
  this.hint,
  this.searchFilter,
});