Position constructor

const Position(
  1. int line,
  2. int character
)

Implementation

const Position(this.line, this.character);