ImportedElementSet constructor

ImportedElementSet(
  1. List<String> strings,
  2. List<int> uris,
  3. List<int> names
)

Implementation

ImportedElementSet(this.strings, this.uris, this.names);