span property

FileSpan get span
override

The source span associated with the node.

This indicates where in the source Sass or SCSS stylesheet the node was defined.

Implementation

FileSpan get span => text.span;