CompletionExistingImports constructor

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

Implementation

CompletionExistingImports(this.file, this.imports);