pointSpan method
override
Returns a span that covers only a single point: this location.
Implementation
FileSpan pointSpan() => new _FileSpan(file, offset, offset);
Returns a span that covers only a single point: this location.
FileSpan pointSpan() => new _FileSpan(file, offset, offset);