MoveCursorTo class final

Moves the terminal cursor to the given position (row, column).

The top-left cell is represented as (1, 1).

Inheritance

Constructors

MoveCursorTo([int row = 1, int column = 1])
Creates a move cursor to command.
const

Properties

column int
The column to move the cursor to.
final
hashCode int
The hash code for this object.
no setterinherited
row int
The row to move the cursor to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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