LogicalLine class
Represents a "logical line" of the document.
Constructors
-
LogicalLine({required InlineContainerNode node, required List<
CaretStop> stops}) -
const
Properties
Methods
-
indexOf(
CaretStop stop) → int -
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