namespaceSpan property
FileSpan?
get
namespaceSpan
override
The span containing this reference's namespace, null if namespace is null.
Implementation
FileSpan? get namespaceSpan =>
namespace == null ? null : span.initialIdentifier();