CompletionItem constructor
CompletionItem({})
Implementation
CompletionItem({
this.detail,
required this.label,
this.length,
this.selectionLength,
this.selectionStart,
this.sortText,
this.start,
this.text,
this.type,
});