location property
Return an object representing the location of this element in the element model. The object can be used to locate this element at a later time.
Implementation
@override
ElementLocation get location {
return _cachedLocation ??= ElementLocationImpl.con1(this);
}