SelectedCompletionInfo class
Describes the currently selected completion item.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- SelectedCompletionInfo.new({Range? range, String? text})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- range → Range
-
Available on SelectedCompletionInfo, provided by the SelectedCompletionInfo$Typings extension
The range that will be replaced if this completion item is accepted.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text → String
-
Available on SelectedCompletionInfo, provided by the SelectedCompletionInfo$Typings extension
The text the range will be replaced with if this completion is accepted.no setter
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