TerminalNativeLine class
One captured line from a native frame.
Constructors
-
TerminalNativeLine({required int index, required List<
TerminalNativeCell> cells, List<TerminalDirtySpan> dirtySpans = const <TerminalDirtySpan>[]}) -
Creates a native line snapshot.
const
Properties
-
cells
→ List<
TerminalNativeCell> -
Captured cells for this line.
final
-
dirtySpans
→ List<
TerminalDirtySpan> -
Dirty spans reported by the backing UV buffer.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
Zero-based row index.
final
- plainText → String
-
Plain-text content of the line.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
spans
→ List<
TerminalNativeSpan> -
Styled spans grouped from adjacent cells with matching metadata.
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