SemanticTokensEdit class
Represents an edit to semantic tokens.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- SemanticTokensEdit.new(num start, num deleteCount, [Uint32List? data])
-
factory
Properties
- data → Uint32List?
-
Available on SemanticTokensEdit, provided by the SemanticTokensEdit$Typings extension
The elements to insert.no setter - deleteCount → num
-
Available on SemanticTokensEdit, provided by the SemanticTokensEdit$Typings extension
The count of elements to remove.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → num
-
Available on SemanticTokensEdit, provided by the SemanticTokensEdit$Typings extension
The start offset of the edit.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