location method

FileLocation location(
  1. int offset
)

Returns a location at offset.

Implementation

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