span property

SourceSpan span

The SourceSpan corresponding to this entire line.

Implementation

SourceSpan get span => SourceSpan(_start, _end, _buf.toString());