ImportedElements constructor

ImportedElements(
  1. String path,
  2. String prefix,
  3. List<String> elements
)

Implementation

ImportedElements(this.path, this.prefix, this.elements);