nameSpan property
The span containing this reference's name.
For variables, this should include the $.
Implementation
@override
FileSpan get nameSpan {
if (namespace == null) return span;
return span.withoutNamespace();
}
The span containing this reference's name.
For variables, this should include the $.
@override
FileSpan get nameSpan {
if (namespace == null) return span;
return span.withoutNamespace();
}