GoogleSearchSuggestions constructor

GoogleSearchSuggestions({
  1. List<String>? htmls,
  2. List<WebSearchQuery>? webSearchQueries,
})

Implementation

GoogleSearchSuggestions({this.htmls, this.webSearchQueries});