CompletionList<T extends CompletionItem> class

Represents a collection of {@link CompletionItemcompletion items} to be presented in the editor.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

CompletionList([List<T>? items, bool? isIncomplete])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isIncomplete bool

Available on CompletionList<T>, provided by the CompletionList$Typings extension

This list is not complete. Further typing should result in recomputing this list.
getter/setter pair
items List<T>

Available on CompletionList<T>, provided by the CompletionList$Typings extension

The completion items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited