suggestions property
StandardSuggestionsState
get
suggestions
Implementation
StandardSuggestionsState get suggestions => _suggestions!;
set
suggestions
(StandardSuggestionsState suggestions)
Implementation
set suggestions(StandardSuggestionsState suggestions) => _suggestions = suggestions;