pointSpan method Null safety
Returns a span that covers only a single point: this location.
Implementation
SourceSpan pointSpan() => SourceSpan(this, this, '');
Returns a span that covers only a single point: this location.
SourceSpan pointSpan() => SourceSpan(this, this, '');