CompletionExistingImportsParams constructor
CompletionExistingImportsParams(
- String file,
- ExistingImports imports
Implementation
CompletionExistingImportsParams(this.file, this.imports);