aliasedElement property
Element?
get
aliasedElement
If the aliased type has structure, return the corresponding element. For example it could be GenericFunctionTypeElement.
If there is no structure, return null
.
Implementation
Element? get aliasedElement;