ExistingImports constructor
ExistingImports(
- ImportedElementSet elements,
- List<
ExistingImport> imports
Implementation
ExistingImports(this.elements, this.imports);