LineData class final
Metadata for one dirty line.
firstCell and lastCell preserve the historical coarse range used by the current renderer. spans keeps up to a small number of disjoint dirty ranges so future diff passes can skip unchanged islands without losing the existing fast path.
Constructors
Properties
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.
override