Location constructor

Location(
  1. int line,
  2. int column
)

Implementation

Location(this.line, this.column);