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