Location constructor

Location({
  1. String? file,
  2. Range? range,
})

Implementation

Location({this.file, this.range});