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