Cursor constructor

Cursor({
  1. int line = 1,
  2. int position = 0,
})

Implementation

Cursor({this.line = 1, this.position = 0});