MoveCursorToColumn class final

Moves the terminal cursor to the given column.

The left-most column is represented as 0.

Inheritance

Constructors

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

Properties

column int
The column to move the cursor to.
final
hashCode int
The hash code for this object.
no setterinherited
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