suggestions property

List<String> get suggestions

The suggestions from which a completion is derived.

For example, if the user types "appl", the suggestions might include "apple", "application", etc.

Implementation

List<String> get suggestions => _suggestions;