span property
FileSpan
get
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;
The span associated with this exception.
This may be null
if the source location can't be determined.
FileSpan get span => super.span as FileSpan;