Suggestions2Result constructor

Suggestions2Result(
  1. int replacementOffset,
  2. int replacementLength,
  3. List<CompletionSuggestion> suggestions,
  4. bool isIncomplete,
)

Implementation

Suggestions2Result(this.replacementOffset, this.replacementLength,
    this.suggestions, this.isIncomplete);