location method

FileLocation location (int offset)

Returns a location in this at offset.

Implementation

FileLocation location(int offset) => new FileLocation._(this, offset);