location property
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 ElementLocationImpl.con1(this);
}
The location of this element in the element model.
The object can be used to locate this element at a later time.
@override
ElementLocation get location {
return ElementLocationImpl.con1(this);
}