Position constructor

Position(
  1. int? line,
  2. int? ch
)

Implementation

Position(this.line, this.ch);