ExistingImports constructor

ExistingImports(
  1. ImportedElementSet elements,
  2. List<ExistingImport> imports
)

Implementation

ExistingImports(this.elements, this.imports);