HighlightInfo class

Constructors

HighlightInfo({required int lineStart, required int lineEnd, required Map<int, (int, int)> lines})

Properties

hashCode int
The hash code for this object.
no setterinherited
lineEnd int
final
lines Map<int, (int, int)>
the grapheme highlight ranges for each of these lines
final
lineStart int
in which line this highlight starts and ends
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

coords() → (int, int, int)
coords returns the line x column of this highlight.
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