MoveCursorToColumn class final
Moves the terminal cursor to the given column.
The left-most column is represented as 0
.
Constructors
- MoveCursorToColumn([int column = 1])
-
Creates a move cursor to column 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