SearchGetElementDeclarationsParams constructor

SearchGetElementDeclarationsParams({
  1. String? file,
  2. String? pattern,
  3. int? maxResults,
})

Implementation

SearchGetElementDeclarationsParams(
    {this.file, this.pattern, this.maxResults});