location method Null safety
- int offset
Returns a location at offset
.
Implementation
FileLocation location(int offset) => FileLocation._(this, offset);
Returns a location at offset
.
FileLocation location(int offset) => FileLocation._(this, offset);