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