Position constructor

Position(
  1. int index,
  2. int line,
  3. int column
)

Implementation

Position(this.index, this.line, this.column);