Location constructor

Location(
  1. Segment start,
  2. Segment end,
  3. [String source = ""]
)

Implementation

Location(this.start, this.end, [this.source = ""]);