Loc constructor

Loc(
  1. int start,
  2. int end
)

Creates a new Loc.

Implementation

Loc(this.start, this.end);