CompletionGetSuggestions2Params constructor
CompletionGetSuggestions2Params(
- String file,
- int offset,
- int maxResults, {
- CompletionCaseMatchingMode? completionCaseMatchingMode,
- CompletionMode? completionMode,
- int? invocationCount,
- int? timeout,
Implementation
CompletionGetSuggestions2Params(this.file, this.offset, this.maxResults,
{this.completionCaseMatchingMode,
this.completionMode,
this.invocationCount,
this.timeout});