CompletionResultsParams constructor
CompletionResultsParams(
- String id,
- int replacementOffset,
- int replacementLength,
- List<
CompletionSuggestion> results, - bool isLast, {
- String? libraryFile,
- List<
IncludedSuggestionSet> ? includedSuggestionSets, - List<
ElementKind> ? includedElementKinds, - List<
IncludedSuggestionRelevanceTag> ? includedSuggestionRelevanceTags,
Implementation
CompletionResultsParams(this.id, this.replacementOffset,
this.replacementLength, this.results, this.isLast,
{this.libraryFile,
this.includedSuggestionSets,
this.includedElementKinds,
this.includedSuggestionRelevanceTags});