span property

FileSpan span

The span associated with this exception.

This may be null if the source location can't be determined.

Implementation

FileSpan get span => super.span as FileSpan;