SearchFindElementReferencesParams constructor

SearchFindElementReferencesParams(
  1. String file,
  2. int offset,
  3. bool includePotential
)

Implementation

SearchFindElementReferencesParams(
    this.file, this.offset, this.includePotential);