CompletionGetSuggestionsParams constructor

CompletionGetSuggestionsParams(
  1. String file,
  2. int offset
)

Implementation

CompletionGetSuggestionsParams(this.file, this.offset);