AnalysisGetImportedElementsParams constructor

AnalysisGetImportedElementsParams(
  1. String file,
  2. int offset,
  3. int length
)

Implementation

AnalysisGetImportedElementsParams(this.file, this.offset, this.length);