cursorLine method

int cursorLine()

Returns the current cursor line (0-indexed).

Implementation

int cursorLine() => _row;