hasSuggestions property
bool
get
hasSuggestions
Checks if there are any suggestions.
Implementation
bool get hasSuggestions => suggestions.isNotEmpty;
Checks if there are any suggestions.
bool get hasSuggestions => suggestions.isNotEmpty;