location property

  1. @override
ElementLocation location
inherited

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);
}