namespaceSpan property

FileSpan? namespaceSpan
override

The span containing this reference's namespace, null if namespace is null.

Implementation

FileSpan? get namespaceSpan =>
    namespace == null ? null : span.initialIdentifier();