ExistingImport constructor

ExistingImport(
  1. int uri,
  2. List<int> elements
)

Implementation

ExistingImport(this.uri, this.elements);