Position constructor

Position({
  1. int? columnNumber,
  2. int? lineNumber,
})

Implementation

Position({this.columnNumber, this.lineNumber});