CursorPosition constructor

const CursorPosition(
  1. int line,
  2. int column
)

Implementation

const CursorPosition(this.line, this.column);