Loc constructor

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

Implementation

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