pointSpan method

  1. @override
SourceSpan pointSpan()
override

Returns a span that covers only a single point: this location.

Implementation

@override
SourceSpan pointSpan() => SourceSpan(this, this, '');