MoveCursorTo class final
Moves the terminal cursor to the given position (row, column).
The top-left cell is represented as (1, 1)
.
Constructors
- MoveCursorTo([int row = 1, int column = 1])
-
Creates a move cursor to command.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSequence(
) → Sequence -
Returns the ANSI escape sequence for this command.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited