CursorPosition constructor

CursorPosition(
  1. int column,
  2. int row
)

Implementation

CursorPosition(this.column, this.row);