CompletionGetSuggestionDetailsParams constructor

CompletionGetSuggestionDetailsParams(
  1. String file,
  2. int id,
  3. String label,
  4. int offset,
)

Implementation

CompletionGetSuggestionDetailsParams(
    this.file, this.id, this.label, this.offset);