Location constructor

const Location({
  1. required FilePath file,
  2. required Range range,
})

Implementation

const factory Location({
  required FilePath file,
  required Range range,
}) = _Location;