results property
List
get
results
The list of code completion results. This list is either a list of strings or a list of HintResults.
Implementation
List get results => _results;
The list of code completion results. This list is either a list of strings or a list of HintResults.
List get results => _results;