AvailableSuggestion constructor

AvailableSuggestion(
  1. String label,
  2. String declaringLibraryUri,
  3. Element element, {
  4. String? defaultArgumentListString,
  5. List<int>? defaultArgumentListTextRanges,
  6. List<String>? parameterNames,
  7. List<String>? parameterTypes,
  8. List<String>? relevanceTags,
  9. int? requiredParameterCount,
})

Implementation

AvailableSuggestion(this.label, this.declaringLibraryUri, this.element,
    {this.defaultArgumentListString,
    this.defaultArgumentListTextRanges,
    this.parameterNames,
    this.parameterTypes,
    this.relevanceTags,
    this.requiredParameterCount});