enablePopularSuggestions property Null safety

bool? enablePopularSuggestions
read / write

It can be useful to curate search suggestions based on actual search queries that your users are making.

Defaults to false. You can read more about it over here.

Implementation

bool? enablePopularSuggestions;