Loc constructor

const Loc({
  1. int? line,
  2. int? column,
})

Implementation

const Loc({this.line, this.column});