CompletionExistingImportsParams constructor

CompletionExistingImportsParams(
  1. String file,
  2. ExistingImports imports
)

Implementation

CompletionExistingImportsParams(this.file, this.imports);