CompletionGetSuggestions2Params constructor

CompletionGetSuggestions2Params(
  1. String file,
  2. int offset,
  3. int maxResults, {
  4. CompletionCaseMatchingMode? completionCaseMatchingMode,
  5. CompletionMode? completionMode,
  6. int? invocationCount,
  7. int? timeout,
})

Implementation

CompletionGetSuggestions2Params(this.file, this.offset, this.maxResults,
    {this.completionCaseMatchingMode,
    this.completionMode,
    this.invocationCount,
    this.timeout});