suggestions property

Implementation

StandardSuggestionsState get suggestions => _suggestions!;
void suggestions=(StandardSuggestionsState suggestions)

Implementation

set suggestions(StandardSuggestionsState suggestions) => _suggestions = suggestions;