The suggestions from which a completion is derived.
For example, if the user types "appl", the suggestions might include "apple", "application", etc.
List<String> get suggestions => _suggestions;